.section-collection-grid__inner{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto;gap:1em;grid-template-areas:'large small1' 'large small2'}@media (max-width:1024px){.section-collection-grid__inner{grid-template-columns:100%;grid-template-rows:auto auto auto;grid-template-areas:'large' 'small1' 'small2'}}.section-collection-grid__inner--right{grid-template-areas:'small1 large' 'small2 large'}@media (max-width:1024px){.section-collection-grid__inner--right{grid-template-columns:100%;grid-template-rows:auto auto auto;grid-template-areas:'large' 'small1' 'small2'}}.section-collection-grid__content{position:absolute;left:0;top:0;width:100%;height:100%;z-index:3;padding:5em 4em;display:flex;justify-content:flex-start;align-items:flex-start}@media (max-width:1024px){.section-collection-grid__content{padding:2em 1.5em}}.section-collection-grid .text{text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.section-collection-grid .text h5{margin-bottom:.5em}.section-collection-grid .text>span{text-transform:uppercase;text-decoration:underline;font-size:.875em;text-underline-offset:3px}.section-collection-grid__item{overflow:hidden;background-color:#f5f5f5;position:relative}.section-collection-grid__item--1{grid-area:large;width:100%;height:0;padding-bottom:120%}.section-collection-grid__item--2{grid-area:small1}@media (max-width:1024px){.section-collection-grid__item--2{width:100%;height:0;padding-bottom:70%}}.section-collection-grid__item--3{grid-area:small2}@media (max-width:1024px){.section-collection-grid__item--3{width:100%;height:0;padding-bottom:70%}}.section-collection-grid__item img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:100%;height:100%;-o-object-fit:cover;object-fit:cover;z-index:1;transition:object-fit .15s linear;transition:object-fit .15s linear, -o-object-fit .15s linear}.section-collection-grid__item .overlay{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2}