.YoutubePlayer .Title {
        font: bold 10pt arial;
        margin: 10px 0;
}
.YoutubePlayer .Header {
        color: #333;
        max-width: 100%;
        overflow-y: hidden;
        overflow-x: hidden;
        position: relative;
        min-height: 35px;
        background: url(images/logo.png) no-repeat scroll left 10px center, url(images/bg-stripes.png);
        border-bottom: 2px solid #bd1f24;
        height: 45px;
}
.YoutubePlayer .Header .Text {
        color: #333;
        display: inline-block;
        padding: 0 10px 0 35px;
        white-space: nowrap;
        width: 100%;
        text-transform: uppercase;
        line-height: 45px;
        font-weight: 600;
        font-size: 15px;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.YoutubePlayer {
        border: 1px solid #e9ecef;
        margin-bottom: 15px;
}
.VideoContain {
        display: flex;
}
@media only screen and (max-width: 768px){
        div.YoutubePlayer {
                padding: 0 10px;
                border: none;
        }
}
