.YoutubePlayer{
	margin-top: 20px;
}
.YoutubePlayer .Title {
    margin: 10px 0;
    font-weight:bold;
    font-size:14px;
        display: none;
        background: #ee3a35;
}
.YoutubePlayer .Header {
       margin-bottom: 5px;
    text-align: left;
    border-top: 2px solid #ee3a35;
}
.YoutubePlayer .Header .Text {
    line-height: 36px;
    height: 38px;
    display: inline-block;
    padding: ;
    color: #ee3a35;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
        text-align: left;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
.YoutubePlayer .linkVideo{
display: none;
}

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