/* Cap generic image blocks */ .sqs-block-image .image-block-outer-wrapper { max-width: 900px; margin: 0 auto; } .sqs-block-image img { width: 100%; height: auto; } /* Keep product thumbnails tidy */ .product-list .grid-item-image { aspect-ratio: 1/1; object-fit: cover; }