.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer .Header {
    background: #01aef2 url("Images/icon.png") no-repeat scroll 8px center;
    height: 30px;

}
.YoutubePlayer .Header .Text {
    color: #ffffff;
    font: bold 10pt/30px arial;
    padding-left: 40px;
      text-transform: uppercase;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
