.fancybox__container{z-index:100000}
.bmcl-photo-gallery-1{width:100%;padding:75px 82px;margin-top:32px;margin-bottom:90px;border-radius:8px;box-shadow:0 4px 30px 2px rgba(0,0,0,.12);background-color:#fff}
.bmcl-photo-gallery-1 .photo-gallery-left{margin-bottom:24px}
.bmcl-photo-gallery-1 .photo-gallery-left a[data-fancybox]{display:block;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center center}
.bmcl-photo-gallery-1 .photo-gallery-left img{height:100%;transition:transform 1s ease-in-out;width:100%}
.bmcl-photo-gallery-1 .preview-wrapper{display:none;border-radius:8px;overflow:hidden}
.bmcl-photo-gallery-1 .preview-wrapper.active{display:block}
.bmcl-photo-gallery-1 .preview-wrapper__thumbnail{cursor:pointer;height:480px;line-height:0;overflow:hidden;position:relative;z-index:1}
.bmcl-photo-gallery-1 .preview-wrapper__thumbnail:hover:before{opacity:.3}
.bmcl-photo-gallery-1 .preview-wrapper__thumbnail::before{background-color:#000;bottom:0;content:"";display:block;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity 1s ease-in-out;z-index:2}
.bmcl-photo-gallery-1 .preview-wrapper__thumbnail::after{content:"";display:block;-webkit-mask-size:cover;mask-size:cover;pointer-events:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3}
.bmcl-photo-gallery-1 .photo-gallery-right{display:flex;overflow-x:scroll;transform:rotateX(180deg);padding-bottom:24px}
.bmcl-photo-gallery-1 .photo-gallery-right::-webkit-scrollbar{border-radius:1.5px;height:8px}
.bmcl-photo-gallery-1 .photo-gallery-right::-webkit-scrollbar-track{border-radius:50px;background-color:#bdbdbd}
.bmcl-photo-gallery-1 .photo-gallery-right::-webkit-scrollbar-thumb{border-radius:50px;background-color:#425260}
.bmcl-photo-gallery-1 .photo-gallery-right__item{border-radius:6.2px;transform:rotateX(180deg);cursor:pointer;display:flex;margin-right:12px;width:132px;height:88px;flex-basis:132px;flex-shrink:0;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;opacity:.6;transition:.25s ease-in-out}
.bmcl-photo-gallery-1 .photo-gallery-right__item:last-of-type{margin-right:0}
.bmcl-photo-gallery-1 .photo-gallery-right__item.active,.bmcl-photo-gallery-1 .photo-gallery-right__item:hover{opacity:1}

@media (max-width:1600px){.bmcl-photo-gallery-1 .preview-wrapper__thumbnail{height:400px}}
@media (max-width:767px){
  .bmcl-photo-gallery-1 .photo-gallery-left{height:auto}
  .bmcl-photo-gallery-1 .preview-wrapper{margin-bottom:15px}
  .bmcl-photo-gallery-1 .preview-wrapper__thumbnail{height:280px}
}
@media (max-width:540px){
  .bmcl-photo-gallery-1 .photo-gallery-right__item{width:100px;flex-basis:100px;margin-right:8px}
  .bmcl-photo-gallery-1.is-mobile>div{height:auto}
  .bmcl-photo-gallery-1 .preview-wrapper__thumbnail{height:200px}
  .bmcl-photo-gallery-1.is-mobile .preview-wrapper__thumbnail{height:200px}
  .bmcl-photo-gallery-1{padding:40px 24px}
}