.product-image-gallery{display:grid;gap:var(--space-3);grid-template-columns:repeat(2,1fr);width:100%}.product-image-gallery img{height:100%;-o-object-fit:cover;object-fit:cover}.product-image-gallery img:first-of-type{grid-column:span 2}.product-image-gallery img:nth-of-type(2):last-of-type{grid-column:span 2;margin:0 auto;width:50%}