
.YoutubePlayer {
  margin: 10px 0;
}
.YoutubePlayer .Header {
    background: #bf0404;
        font-size: 12px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
    height: 30px;
        line-height: 30px;
    padding-left: 8px;
}
.YoutubePlayer .Header span {
    
    color: white;
    display: block;
}
.linkVideo {
display: none;
}
.YoutubePlayer .Title {
      border-bottom: 1px solid #09666e;
    color:#000;
    font: bold 11pt arial;
    margin: 10px 0;
}
.YoutubePlayer iframe{
width: 100%; 
margin-top: 4px;
}