.YoutubePlayer .Header {
        background: rgb(255 128 0) url(images/logo.png) no-repeat scroll left 10px center;
        padding: 0;
}
.YoutubePlayer {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background: #fff none repeat scroll 0 0;
        border-color: #e5e6e9 #dfe0e4 #d0d1d5;
        border-image: none;
        border-radius: 0;
        border-style: solid;
        border-width: 1px 1px 0;
        margin: 0;
}
.YoutubePlayer .Header .Text {
        /* border-bottom: 1px solid #ecbc04; */
        color: #fff;
        display: inline-block;
        padding: 0 0 0 35px;
        white-space: nowrap;
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        line-height: 35px;
        padding-right: 10px;
        text-transform: uppercase;
}
.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: 8px;
        padding: 0 9px;
}
@media only screen and (max-width: 768px){
        div.YoutubePlayer {
                padding: 0;
                width: calc(100vw - 20px);
                margin: auto;
        }
}
