.gallery-mosaic-grid{display:grid;gap:37px;grid-template-areas:"a a a b b b" "c c c c d d" "e e e f f f" "g g i i i i" "h h i i i i";height:100%;width:100%;@media (max-width:768px){gap:10px}}.gallery-mosaic-grid-item:first-child{grid-area:a}.gallery-mosaic-grid-item:nth-child(2){grid-area:b}.gallery-mosaic-grid-item:nth-child(3){grid-area:c}.gallery-mosaic-grid-item:nth-child(4){grid-area:d}.gallery-mosaic-grid-item:nth-child(5){grid-area:e}.gallery-mosaic-grid-item:nth-child(6){grid-area:f}.gallery-mosaic-grid-item:nth-child(7){grid-area:g}.gallery-mosaic-grid-item:nth-child(8){grid-area:h}.gallery-mosaic-grid-item:nth-child(9){grid-area:i}.lightbox-gallery{align-items:center;background-color:rgba(98,92,76,.75);display:flex;flex-direction:column;gap:50px;height:100%;justify-content:center;left:0;padding:100px min(100px,10vw);position:fixed;top:0;width:100%;z-index:1000;@media (max-width:768px){gap:20px;padding-bottom:20px;padding-left:min(20px,2vw);padding-right:min(20px,2vw);padding-top:20px}}.lightbox-gallery-content{align-items:center;display:flex;gap:37px;height:100%;position:relative;width:100%}.lightbox-gallery-current-image,.lightbox-gallery-next-image{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;& img{height:100%;object-fit:contain;width:100%}}.lightbox-gallery-current-image{z-index:2}.lightbox-gallery-next-image{z-index:1}.lightbox-gallery-next,.lightbox-gallery-previous{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);transition:opacity .2s ease;z-index:10}.lightbox-gallery-previous{left:-80px}.lightbox-gallery-next{right:-80px}.lightbox-gallery-next:hover,.lightbox-gallery-previous:hover{opacity:.8}@media (max-width:768px){.lightbox-gallery-previous{left:-60px}.lightbox-gallery-next{right:-60px}}.lightbox-gallery-items{display:flex;gap:10px;height:80px;max-width:98%;overflow-x:auto;position:relative}.lightbox-gallery-item{flex-shrink:0;height:63px;width:100px;& img{height:100%;object-fit:cover;width:100%}}.active-image{box-shadow:0 0 10px 0 hsla(0,0%,100%,.5)}