@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-moz-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.gallery-caption{padding:6px 8px!important;font-size:12px;color:#fff;position:absolute;max-height:50%;opacity:0;bottom:0;background-color:rgba(0,0,0,.7);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;left:0;width:100%;line-height:1.5;line-height:125%!important}.gallery-item .gallery-caption{-webkit-animation:fadeOut ease-in-out 1;-moz-animation:fadeOut ease-in-out 1;animation:fadeOut ease-in-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:.3s;-moz-animation-duration:.3s;animation-duration:.3s}.gallery-item:hover .gallery-caption{-webkit-animation:fadeIn ease-in-out 1;-moz-animation:fadeIn ease-in-out 1;animation:fadeIn ease-in-out 1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode:both;opacity:0;-webkit-animation-duration:.3s;-moz-animation-duration:.3s;animation-duration:.3s}