.gallery-wrap{align-items:center;display:flex;height:100lvh;justify-content:center;overflow:hidden}.gallery,.gallery-wrap{position:relative;width:100%}.gallery{flex:none;height:100%}.gallery__item{background-position:50% 50%;background-size:cover;flex:none;position:relative}.gallery__item img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.gallery--bento{align-content:center;display:grid;gap:1vh;grid-template-columns:repeat(3,32.5vw);grid-template-rows:repeat(4,23vh);justify-content:center}.gallery--final.gallery--bento{gap:1vh;grid-template-columns:repeat(3,100vw);grid-template-rows:repeat(4,49.5vh)}.gallery--bento .gallery__item:first-child{grid-area:1/1/3/2}.gallery--bento .gallery__item:nth-child(2){grid-area:1/2/2/3}.gallery--bento .gallery__item:nth-child(3){grid-area:2/2/4/3}.gallery--bento .gallery__item:nth-child(4){grid-area:1/3/3/3}.gallery--bento .gallery__item:nth-child(5){grid-area:3/1/3/2}.gallery--bento .gallery__item:nth-child(6){grid-area:3/3/5/4}.gallery--bento .gallery__item:nth-child(7){grid-area:4/1/5/2}.gallery--bento .gallery__item:nth-child(8){grid-area:4/2/5/3}.swap-enter-active,.swap-leave-active{transition:transform .2s ease-in-out,opacity .2s linear,filter .2s ease-in-out}.swap-enter-from{filter:blur(.5rem);opacity:0;transform:translateY(-1rem)}.swap-enter-to,.swap-leave-from{filter:blur(0);opacity:1;transform:translateY(0)}.swap-leave-to{filter:blur(.5rem);opacity:0;transform:translateY(1rem)}
