.gi-hero{width:100%;height:100vh;position:relative;overflow:hidden}.gi-hero__gallery{grid-template-rows:repeat(4,23vh);grid-template-columns:repeat(3,32.5vw);place-content:center;gap:1vh;display:grid;position:absolute;inset:0}.gi-hero.is-final .gi-hero__gallery{grid-template-rows:repeat(4,49.5vh);grid-template-columns:repeat(3,100vw)}.gi-hero__item{border-radius:12px;position:relative;overflow:hidden}.gi-hero.is-final .gi-hero__item{border-radius:0}.gi-hero__item img{object-fit:cover;width:100%;height:100%;display:block}.gi-hero__item:first-child{grid-area:1/1/3/2}.gi-hero__item:nth-child(2){grid-area:1/2/2/3}.gi-hero__item:nth-child(3){grid-area:2/2/4/3}.gi-hero__item:nth-child(4){grid-area:1/3/3/4}.gi-hero__item:nth-child(5){grid-area:3/1/4/2}.gi-hero__item:nth-child(6){grid-area:3/3/5/4}.gi-hero__item:nth-child(7){grid-area:4/1/5/2}.gi-hero__item:nth-child(8){grid-area:4/2/5/3}
