.YoutubePlayer .Title {
        padding: 10px 0;
        /* background: #dee2e6; */
        display: inline-block;
        font-family: Roboto;
        font-style: normal;
        font-size: 15px;
        line-height: 20px;
        color: #182940;
}
.YoutubePlayer .Header {
        padding: 12px 0px;
        border-top: 2px solid #e48000;
        width: 100%;
}
.YoutubePlayer .Header .Text {
        text-transform: uppercase;
        --white-space: nowrap;
        font-size: 17px;
        font-family: 'Merriweather';
        color: #031739;
        font-weight: 700;
        text-decoration: none;
        display: inline-block;
        line-height: unset;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.VideoContain {
        display: flex;
        margin-bottom: 10px;
}
@media only screen and (max-width: 768px){
        div.YoutubePlayer {
                padding: 0 15px;
        }
}
