.YoutubePlayer .Title {
        padding: 10px;
        background: #dee2e6;
        font-size: 13px;
        font-weight: 600;
}
.YoutubePlayer .Header {
        background: #4c6baf url(images/bar2.png) no-repeat scroll right center;
        border-radius: 3px 3px 0 0;
        height: 30px;
        text-align: left;
}
.YoutubePlayer .Header .Text {
        font-size: 13px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 15px;
        line-height: 30px;
        color: #ffffff;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.VideoContain {
        display: flex;
}
@media only screen and (max-width: 768px){
        div.YoutubePlayer {
                padding: 0 15px;
        }
}
