.video-section__media {
    position: relative;
    width: 100%;
    max-width: 900px;
    aspect-ratio: 9 / 4;
    margin: 0 auto;
 
}

.video-section__media .placeholder {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.video-section__media .video-section__cover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

.video-section__media.deferred-media:after {
    content: none;
}

.video-section__media iframe {
    border: 0;
}

.video-section__poster,
.video-section__media iframe,
.video-section__media video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-section__title-wrapper {
    margin-bottom: 30px;
    text-align: center;
}

@media (max-width: 959px) {
    .video-section__title-wrapper {
        margin-bottom: 20px;
    }

    .video-section__media {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 9 / 4;
    }
}

@media (max-width: 750px) {
    .video-section__media {
        width: 100%;
        max-width: 100%;
        aspect-ratio: 9 / 4;
    }
}

.color-scheme-2 {
    margin-top: -10px;
}