section.block-hero{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.875rem 0;
    background-color: #2C333F;
    color: var(--wp--preset--color--white);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 400px;
    border: none;
}
.inner-hero{
    max-width: 582px;
    position: relative;
    z-index: 1;
}
.block-hero .video-background{
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.block-hero .video-background iframe{
    height: 100%;
    width: 100%;
}
.block-hero .video-background .overlay{
    position: absolute;
    top: 0;
    background-color: #1e1e1eb0;
    height: 100%;
    width: 100%;
}
.block-hero .wp-block-buttons>.wp-block-button{
    flex: 1;
}
body .block-hero .wp-block-button__link:has(img){
    justify-content: center;
}
@media (min-width: 1921px) {
    section.block-hero{
        min-height: 600px;
    }
}
@media (max-width: 919px) {
    section.block-hero{
        background-position: center top;
        background-size: cover;
        padding: 1.5rem 1rem;
    }
    .block-hero .wp-block-buttons{
        display: table;
        width: 100%;
    }
    .block-hero .wp-block-buttons>.wp-block-button{
        display: block;
        margin-bottom: 0.75rem;
    }
}