.news-hero.wp-block-cover {
    position: relative;
    min-height: clamp(31.25rem, 24.84rem + 27.347vi, 55rem);
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-color: transparent;
    img {
        width: 100%;
        position: absolute;
        object-fit: cover;
        height: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .wp-block-cover__background {
        z-index: 1;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem;
    }
    .wp-block-cover__background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
    }
    .wp-block-cover__inner-container {
        --header--height: 196px;
        margin-bottom: var(--wp--preset--spacing--60) !important;
        position: relative;
        width: 100%;
        z-index: 1;
        padding: var(--header--height) var(--wp--preset--spacing--40) 0;
    }
}
