.ImageCollage{position:relative;display:grid;grid-template-columns:repeat(6,1fr);gap:.5rem}@media(max-width:120em){.ImageCollage{grid-auto-rows:12.5vw}}@media(min-width:120em){.ImageCollage{grid-auto-rows:15rem}}@media(min-width:64em){.ImageCollage{gap:1rem}}.ImageCollage .ImageCollage__item{width:100%;position:relative}.ImageCollage .ImageCollage__item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.ImageCollage .ImageCollage__item.aspect4_3:before{padding-top:75%}.ImageCollage .ImageCollage__item.aspect16_9:before{padding-top:56.25%}.ImageCollage .one-third-span{grid-column:span 2}.ImageCollage .half-span{grid-column:span 3}.ImageCollage .two-thirds-span{grid-column:span 4}.ImageCollage .full-span{grid-column:span 6}.ImageCollage .two-rows{grid-row:span 2}.ImageCollage .three-rows{grid-row:span 3}.ImageCollage .four-rows{grid-row:span 4}