/* General */

.acf-block.video {
    background: rgba(216,235,234,.28);
}

.video .video-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 34px auto 34px;
    aspect-ratio: 16 / 9;
    border-radius: 34px;
    overflow: hidden;
    box-shadow: var(--shadow);
    background: #0d1a29;
    line-height: 0;
}

.video .video-wrapper iframe,
.video .video-wrapper video,
.video .video-wrapper object,
.video .video-wrapper embed {
    position: absolute;
    inset: 0;
    display: block;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    border: 0;
}

.buttons_wrapper {
    margin-bottom: 25px;
}

.buttons_wrapper .button.primary {
    margin-right:15px;
}


/* Responsive */

@media only screen and (min-width: 1921px) {

}

@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {

}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {
    .video .video-wrapper {
        margin-top: 28px;
        margin-bottom: 28px;
        border-radius: 24px;
    }
}

@media only screen and (max-width: 575.98px) {

}

@media only screen and (max-width: 499.98px) {
    .video .video-wrapper {
        border-radius: 18px;
    }
}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {


}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}
