/* Force images to stay clipped inside shaped containers */ .sqs-block-image .image-block-outer-wrapper, .sqs-block-image .sqs-image-shape-container, .sqs-block-image .design-layout-inline, .sqs-block-image .fluid-image-container { overflow: hidden !important; } /* Make sure the image fills the shape instead of showing as a rectangle */ .sqs-block-image img { width: 100% !important; height: 100% !important; object-fit: cover !important; display: block; }