/** * The following styles get applied both on the front of your site * and in the editor. * * Replace them with your own styles or remove the file completely. */ .wp-block-homegrade-content-blocks-picture-banner { margin-bottom: 20px; overflow: hidden; border-radius: 22px; img { width: 100%; } &.fixed-height { img { height: 200px; object-fit: cover; object-position: center; } } }