

.section_hero__content {
    margin-top: 72px;
    margin-bottom: 30px;
    text-align: center;
    height: fit-content;
}

.section_hero__video_title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.video-embed-wrapper {
    position: relative;
    padding-bottom: 28%;
    height: 0;
    overflow: hidden;
}

.video-embed-wrapper iframe {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 846px;
        width: 100%;
        max-height: 480px;
        height: 100%;
        border: 0;
        border-radius: 16px;
        aspect-ratio: 16/9;
        z-index: 1;
    }

@media (max-width: 768px) {

    .video-embed-wrapper {
        position: relative;
        padding-bottom: 56%;
        margin-top: -220px;
    }
}

@media (max-width: 520px) {

    .video-embed-wrapper {
        margin-top: -120px;
    }
}