.YoutubePlayer {
    margin: 10px 0;
    
}
.YoutubePlayer .Title {
    border-bottom: 1px dashed #ccc;
    display: block;
    font: bold 10pt arial;
    padding: 10px 0 5px;
    color: #1058b0;
}
.YoutubePlayer .Header {
    height: 35px;
    background: #0F5BB8;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    font: bold 13px/35px "Segoe UI",Tahoma,Verdana;
    text-transform: uppercase;
    margin-left: 10px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
