:root{--breakpoint-xxxl:2500px;--breakpoint-xxl:1920px;--breakpoint-xl-up:1600px;--breakpoint-xl:1440px;--breakpoint-lg:1280px;--breakpoint-md:1024px;--breakpoint-md-s:992px;--breakpoint-sm:768px;--breakpoint-xs:512px;--breakpoint-xxs:390px;--breakpoint-s:375px}.gallery{overflow-x:hidden;padding:40px 0 20px;position:relative}.gallery__row{display:grid;gap:20px;grid-template-columns:1fr;margin:0 auto;max-width:1920px;padding:0 15px}@media(min-width:768px){.gallery__row{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.gallery__row{grid-template-columns:repeat(3,1fr)}}.gallery__image{aspect-ratio:1.474/1;cursor:pointer;overflow:hidden;width:100%}.gallery__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.lightbox{background:rgba(0,0,0,.7);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:9999}.lightbox>div{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;padding:2%;width:100%}.lightbox img{height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;width:100%}

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