#photoGallery .swiper-container{width:100%;height:30vw;margin:0 auto}#photoGallery .swiper-slide{width:auto;height:100%;max-width:90%;overflow:visible}#photoGallery .img_wrapper{height:30vw}#photoGallery .swiper-slide.swiper-slide-active .photoGalleryItemCaption{visibility:visible}#photoGallery .swiper-slide img{opacity:.6;-moz-opacity:.6;-khtml-opacity:.6;-webkit-transition:opacity .5s linear;-moz-transition:opacity .5s linear;-o-transition:opacity .5s linear;transition:opacity .5s linear;height:100%}#photoGallery .swiper-slide.swiper-slide-active img{opacity:1;-moz-opacity:1;-khtml-opacity:1}#photoGallery .photoGalleryItemCaption{display:none}#photoGallery .swiper-slide #photoGalleryCaption{background:#000;text-align:center;color:#fff;padding:10px 15px;margin-top:10px}@media (min-width:768px){#photoGallery .photoGalleryItemCaption{position:absolute;bottom:15px;background:rgba(0,0,0,.5);color:#fff;width:100%;text-align:center;padding:10px 0;white-space:nowrap;display:block}#photoGallery #photoGalleryCaption{display:none}}