.gallery{box-sizing:border-box;border-radius:16px;gap:16px;height:175vh;display:flex;position:relative;overflow:hidden}.gallery .column{flex-direction:column;gap:16px;width:50%;min-width:250px;height:100%;display:flex;position:relative}.gallery .column .imageContainer{border-radius:1vw;width:100%;height:100%;position:relative;overflow:hidden}.gallery .column .imageContainer img{object-fit:cover;width:100%;height:100%}.gallery .column:first-of-type{top:-45%}.gallery .column:nth-of-type(2){top:-95%}.gallery .column:nth-of-type(3){top:-45%}.gallery .column:nth-of-type(4){top:-75%}@media (max-width:768px){.gallery{flex-direction:column;gap:32px;height:auto}.gallery .column{width:100%;min-width:auto}.gallery .column .imageContainer{border-radius:16px}.gallery .column:first-of-type,.gallery .column:nth-of-type(2),.gallery .column:nth-of-type(3),.gallery .column:nth-of-type(4){top:0}}.spacer{height:100vh}
