
.YoutubePlayer .Title {
    margin: 10px 0;
    font-weight:bold;
    font-size:14px;
}
.YoutubePlayer .Header {
	background: #f4f4f4;
        padding-left: 10px;
            background: url(images/ic-title.png) no-repeat left 7px #fff;
    padding-left: 30px;
            border-bottom: 1px solid #d65a01;
        margin-bottom: 10px;
}
.YoutubePlayer .Header .Text {
    line-height: 36px;
    height: 38px;
    display: inline-block;
    padding: ;
    color: #a70000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
.YoutubePlayer .linkVideo{
display: none;
}

@media only screen and (max-width: 1023px) {
    .YoutubePlayer, .YoutubeVideoList {
        padding: 5px 10px;
        margin: 0;
    }
}