
@media (max-width: 1199px) {
    #youtubeEmbedVideo {
        width: calc(1.375rem + 35.5vw);
    }

    #youtubeVideo-title {
        max-width: 517px !important;
    }
}

@media (max-width: 991px) {
    #youtubeVideo-main {
        flex-wrap: wrap-reverse !important;
    }

    #youtubeEmbedVideo {
        width: calc(1.375rem + 68.5vw) !important;
    }
}

@media (max-width: 550px) {
    #youtubeEmbedVideo {
        width: 100% !important;
    }

    #youtubeVideo-title {
        margin-top: 20px;
    }
}