.image-gallery--collage{display:flex;flex-wrap:wrap;gap:8px}.image-gallery__row{display:flex;gap:8px;max-height:350px}.image-gallery__item{flex-grow:1;position:relative}.image-gallery--one-column .image-gallery__item{width:100%}.image-gallery__item__overlay{background-color:rgba(0,0,0,.2);height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity .2s ease-in-out;width:100%}@media screen and (min-width:660px){.image-gallery__item:hover .image-gallery__item__overlay{opacity:1}}.image-gallery__item figure{height:100%;object-fit:cover}.image-gallery__item figcaption{background:rgba(0,0,0,.5);bottom:0;color:#fff;padding:6px;position:absolute;text-align:left;width:100%}.image-gallery--collage figcaption{background:none;opacity:0;padding:16px;transition:opacity .2s ease-in-out}@media screen and (min-width:660px){.image-gallery--collage figcaption{font-size:18px;max-width:100%}.image-gallery--collage .image-gallery__item:hover figcaption{opacity:1}}@media screen and (min-width:768px){.image-gallery--collage figcaption{max-width:60%}}@media screen and (max-width:660px){.image-gallery__item.last-of-row{display:none}}.image-gallery__image{height:100%;object-fit:cover;width:100%}.image-gallery--one-column .image-gallery__image{aspect-ratio:16/9;max-height:none}.image-gallery__lightbox{align-items:center;background-color:rgba(0,0,0,.9);display:none;height:100%;justify-content:center;left:0;overflow:auto;position:fixed;scrollbar-gutter:stable;top:0;width:100dvw;z-index:100}.image-gallery__lightbox__inner{align-items:center;display:flex;justify-content:space-between;width:100%}@media screen and (min-width:1200px){.image-gallery__lightbox__inner{width:1360px}}.image-gallery__lightbox__button{color:#fff;height:72px;z-index:200}.image-gallery__lightbox__button:before{font-size:30px}.image-gallery__lightbox__button.iconCross{position:absolute;right:10px;top:10px}.image-gallery__lightbox__button.iconCross:before{font-size:25px}@media screen and (min-width:768px){.image-gallery__lightbox__button{padding:20px}.image-gallery__lightbox__button:before{font-size:40px}.image-gallery__lightbox__button.iconCross:before{font-size:34px}}.image-gallery__slides{display:flex;height:84dvh;justify-content:center}.image-gallery__slide{display:none;height:100%;max-width:1200px;position:relative;transition:transform .3s ease}.dragging .image-gallery__slide{transition:none}.active-slide{display:flex;flex-direction:column;justify-content:center}.active-slide figcaption{color:#fff}.active-slide figure{align-items:center;display:flex;flex-direction:column;max-height:100%}.image-gallery__slide .macro-image__container{display:flex;justify-content:center}.image-gallery__item .macro-image__container:hover{cursor:pointer}.image-gallery__slide__image{max-height:100%;object-fit:contain}