.YoutubePlayer{
	margin-top: 15px;
}
.YoutubePlayer .Title {
        font: bold 10pt Tahoma;
        margin: 10px 0;
        padding: 4px 0;
}
.YoutubePlayer .Header {
    font-weight: bold;
    text-align: left;
    background: #ebebeb;
        
    padding: 4px 20px;
}
.YoutubePlayer .Header .Text {
        color: #e26f2c;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.YoutubeVideoList .ListVideo > span{
display: none;
}
.CategoryVideo{
display: none;
}
@media only screen and (max-width: 1023px){
        div.YoutubePlayer {
                padding: 0 10px;
                margin-bottom: 10px;
        }
        .VideoContain {
                display: flex;
        }
}
