.gallery{position:relative;box-sizing:border-box;display:flex;height:95rem;gap:2vw;overflow:hidden;--tw-bg-opacity:1;background-color:rgb(2 6 23/var(--tw-bg-opacity,1));padding:2vw}@media (min-width:768px){.gallery{height:135rem}}.gallery .column{position:relative;display:flex;height:75%;width:25%;min-width:250px;flex-direction:column;gap:2vw}@media (min-width:640px){.gallery .column{width:25%}}@media (min-width:768px){.gallery .column{height:100%}}.gallery .column .imageContainer{position:relative;height:100%;width:100%;overflow:hidden;border-radius:1vw}.gallery .column .imageContainer img{-o-object-fit:cover;object-fit:cover}.gallery .column:first-of-type{top:-25%}.gallery .column:nth-of-type(2){top:-55%}.gallery .column:nth-of-type(3){top:-30%}.gallery .column:nth-of-type(4){top:-50%}.gallery .column:nth-of-type(5){top:-60%}