#fancybox-img {display:inherit!important;}
.fancybox-youtube {border:none!important;}
.gallery {
width:101.5%;
display:table;
/*margin-top:2.5%!important;
margin-right:-1.5%!important;*/
margin:20px -1.5% 20px 0!important;
}
.gallery a img.attachment-thumbnail {border:none;}
.gallery .gallery-row {
display:block;
clear:both;
overflow:hidden;
margin:0;
}
.gallery .gallery-icon, .gallery .gallery-item img, .gallery .gallery-item img.thumbnail  {
width:100%!important;
height:auto!important;
margin:0px;
}
.gallery .gallery-item {
float:left;
width:23.5%!important;
height:auto!important;
margin:0 1.5% 1.5% 0!important;
text-align:center;
list-style:none;
padding:0;
}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {border:none!important;}
.gallery-caption {margin-left:0;}
img.attachment-thumbnail {-webkit-transition-duration:300ms;-moz-transition-duration:300ms;-o-transition-duration:300ms;transition-duration:300ms;}
img.attachment-thumbnail:hover {
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity:0.5;
opacity:0.5;
}