.YoutubePlayer{
	
}
.YoutubePlayer .Header {
    background-color: #2a7f49;
   text-transform: uppercase;
    box-shadow: 0 5px 10px #888;
    color: #fff;
    font: bold 15px arial;
    padding: 10px 25px;
        border-radius:40px;
        margin-bottom: 10px;
}
.YoutubePlayer .Header .Text {
    color: #fff;
    display: inline-block;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
.YoutubePlayer .Title {
    border-bottom: 1px dashed #ccc;
    display: block;
    font: bold 10pt arial;
    padding: 10px 0 5px;
      color: #003a07;
        border-radius: 10px;
}
.linkVideo{
	display: none;
}