.exp-gallery-wrap{position:relative;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;margin:0 auto;overflow:hidden;background:var(--neutral-100)}.exp-gallery-wrap div:empty{display:block}.exp-gallery{position:relative;width:100%;height:100%;flex:none}.exp-gallery__item{background-position:50% 50%;background-size:cover;flex:none;border-radius:6px;position:relative;filter:brightness(1)}.content{z-index:101;color:var(--color-caption)}.exp-gallery--row{display:flex;align-items:center;justify-content:center;gap:2rem;--size-factor: 1.25;--item-height: 12vh}@media screen and (min-width: 750px){.exp-gallery--row{--item-height: 20vh }}.exp-gallery--row .exp-gallery__item{width:auto;aspect-ratio:2 / 3}.exp-gallery--row .exp-gallery__item--s{height:var(--item-height)}.exp-gallery--row .exp-gallery__item--m{height:calc(var(--size-factor) * var(--item-height))}.exp-gallery--row .exp-gallery__item--l{height:calc(var(--size-factor) * 2 * var(--item-height))}.exp-gallery--row .exp-gallery__item--xl{z-index:100;height:calc(var(--size-factor) * 3 * var(--item-height));filter:brightness(.75)}.exp-gallery--switch.exp-gallery--row .exp-gallery__item--m,.exp-gallery--switch.exp-gallery--row .exp-gallery__item--l{height:var(--item-height)}.exp-gallery--row .content{position:absolute;width:100%;height:auto;bottom:-50vh;left:0;padding:4.5vw;max-width:730px;opacity:0;color:#fff}.exp-gallery--switch.exp-gallery--row .content{bottom:0;opacity:1}.exp-gallery--switch .exp-gallery__item--center{height:100vh;width:100vw;aspect-ratio:auto;filter:brightness(1)}
