
.YoutubePlayer .Title {
	font: bold 10pt arial;
	margin: 10px 0;
	padding: 0 5px 10px;
	border-bottom: 1px solid #DDD;
}
.YoutubePlayer .Header {
    text-align: left;
    width: 100%;
    border-top: 2px solid #ed0e18;
    padding: 10px 0;
}
.YoutubePlayer .Header .Text {
   text-transform: uppercase;
 white-space: nowrap;
 font-size: 16px;
 font-family: 'Merriweather';
 color: #031739;
 font-weight: 700;
 text-decoration: none;
 display: inline-block;
 line-height: unset;
 background: url(images/dangicon.png) no-repeat top 1px left;
 padding: 0 0 0 50px;
 height: 25px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
@media only screen and (max-width: 820px) {
    .YoutubePlayer iframe {
        height: 50vw !important;
    }
}