
.YoutubePlayer .Title {
    margin: 10px 0;
    font-weight:bold;
    font-size:14px;
}
.YoutubePlayer .Header {
background: #de1b01 url(Images/t.png) no-repeat scroll right 5px center;
    border-bottom: 1px solid #ddd;
    height: 30px;
  	display:none;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 20px;
    line-height: 30px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
