.YoutubePlayer .Header {
    background-image: linear-gradient(to right bottom, #257d4b 0%, #003a07 100%);
    height: 35px;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    display: inline-block;
    font: bold 14px/35px arial;
    padding: 0 0 0 20px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
.YoutubePlayer .Title {
    border-bottom: 1px dashed #ccc;
    display: block;
    font: bold 10pt arial;
    padding: 10px 0 5px;
      color: #003a07;
}
.YoutubePlayer{
	width:100%;
}