.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer{
    padding-right: 10px;
    padding-left: 10px;
}
.YoutubePlayer .Header {
    overflow: hidden;
    border-bottom: 2px solid #016d3e;
}
.YoutubePlayer .Header .Text {
	background-color: #016d3e;    
    padding-top: 15px;
    padding-bottom: 13px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 0px;
    width: 272px;
    display:block;
    padding-left:7px;
    position:relative;
    height: 40px;
}
.YoutubePlayer .Header .Text:before {
	content: '';
    display: block;
    width: 0;
    height: 40px;
    border-bottom: 40px solid #016d3e;
    border-right: 40px solid transparent;
    position: absolute;
    left: 272px;   
    margin-top: -10px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
