.wp-block-cover {
    &.is-style-vertical-space {
        align-items: stretch;

        .wp-block-cover__inner-container {
            display: flex;
            align-items: flex-start;
            flex-direction: row;
            flex-wrap: wrap;

            > * {
                flex: 0 1 100%;
            }

            .wp-block-buttons {
                margin-top: auto;
            }
        }
    }

    &.is-style-pet-feature {
        @media screen and (min-width: 782px) and (max-width: 1024px) {
            img {
                height: auto;
                object-fit: contain;
                top: auto;
                bottom: 0;
            }
        }
    }
}

@media screen and (max-width: 781px) {
    .wp-block-cover {
        &[style*="margin-bottom:var(--wp--preset--spacing--large-primary)"] {
            margin-bottom: 0 !important;
        }

        &[style*="margin-top:var(--wp--preset--spacing--large-primary)"] {
            margin-top: 0 !important;
        }
    }
}
