.YoutubePlayer .Header {
        height: 0px;
        /* padding: 0 8px; */
        background-color: #9f224e;
        display: flex;
        align-items: center;
}
.YoutubePlayer {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        /* background: none repeat scroll 0 0 #fff; */
        /* border-color: #e5e6e9 #dfe0e4 #d0d1d5; */
        /* border-image: none; */
        /* border-radius: 3px; */
        /* border-style: solid; */
        /* border-width: 1px 1px 0; */
        margin: 0;
}
.YoutubePlayer .Header .Text {
        color: #ffffff;
        display: inline-block;
        padding: 0 0 0 45px;
        width: 100%;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 15px;
        background: url(https://storage-vnportal.vnpt.vn/hgg-sogddt/9108/Icon/icon-site.png);
        background-repeat: no-repeat;
        background-position: 10px -371px;
}
.YoutubePlayer .Title {
        color: #333;
        display: inline-block;
        font: 10pt arial;
        padding: 9px;
}
.YoutubePlayer iframe {
        background-color: White;
        border: medium none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.YoutubePlayer .VideoContain {
        margin-top: 0;
        padding: 0px 10px 10px 10px;
        border: 1px solid #eeeeee;
        border-top: 0;
        border-bottom: 0;
        padding-bottom: 0;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer, .YoutubeVideoList {
                padding: 0 10px;
        }
}
