#gallery{padding-top:64px;}
#gallery .swiper-slide{text-align:center;background-position:center;background-size:cover;background-repeat:no-repeat;border-radius:4px;}
#gallery .swiper-slide a{display:block;width:100%;height:100%;background-position:center;background-size:cover;background-repeat:no-repeat;}
#gallery .swiper-slide img{display:block;height:100%!important;width:100%!important;object-fit:cover;object-position:center;border-radius:4px;}
#gallery .swiper-preview{height:400px;width:100%;padding-bottom:40px;margin-left:auto;margin-right:auto;user-select:none;}
#gallery .swiper-preview .swiper-scrollbar-horizontal{height:4px;padding:0px;left:0;right:0;width:100%;}
#gallery .swiper-thumbnails{padding:16px 0;box-sizing:border-box;}
#gallery .swiper-thumbnails .swiper-slide{height:150px;width:150px;border-radius:4px;}
#gallery .swiper-thumbnails .swiper-slide-thumb-active{opacity:1;position:relative;}
#gallery .swiper-thumbnails .swiper-slide-thumb-active::after{content:"";border-radius:4px;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.3);z-index:0;}
@media (max-width:1024px){
  #gallery{padding-top:32px;}
}
@media (max-width:768px){
 #gallery .swiper-navigation{display: none;}
 #gallery .swiper-preview{overflow:visible; padding-bottom:20px;height:unset;}
 #gallery .swiper-preview .swiper-wrapper{overflow:visible;}
 #gallery .swiper-preview .swiper-wrapper .swiper-slide{aspect-ratio: 1 / 1;}
 #gallery .swiper-preview .swiper-mask-left{position:absolute;top:0;left:0;width:100vw;height:100%;background:#fff;transform:translateX(-100%);will-change:transform;z-index:5;pointer-events:none;}
 #gallery .swiper-thumbnails{display:none!important;}
 
}

/*# sourceMappingURL=photos.css.map */