.gallery-grid{display:grid;gap:var(--gutter-200);grid-template-columns:1fr 1fr 1fr 1fr;grid-template-rows:auto auto}.gallery-grid .item{height:100%;width:100%}.gallery-grid .item:first-of-type{grid-column:1/3;grid-row:1/-1}.gallery-grid .item img{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:1041px){.gallery-grid{grid-template-columns:1fr 1fr}.gallery-grid .item:first-of-type{grid-column:auto;grid-row:auto}}@media only screen and (max-width:769px){.gallery-grid{grid-template-columns:1fr}}