.block-image-grid .image-grid{display:grid;gap:var(--gutter-300)}.block-image-grid .image-grid.has-two-images{grid-template-columns:1fr 1.2fr}.block-image-grid .image-grid.has-one-image{grid-template-columns:1fr}.block-image-grid .img-holder{border-radius:8px;height:530px;overflow:hidden;width:100%}.block-image-grid .image-grid.has-one-image .img-holder{height:520px}.block-image-grid .img-holder img{display:block;height:100%;object-fit:cover;width:100%}@media screen and (max-width:749px){.block-image-grid .image-grid.has-two-images{grid-template-columns:1fr}.block-image-grid .image-grid.has-one-image .img-holder,.block-image-grid .img-holder{aspect-ratio:1/1;height:auto}}