.YoutubePlayer .Title {
        margin: 0;
        /* width: 200px; */
        padding: 10px;
        font-size: 18px;
        /* font-weight: 600; */
        text-align: left;
        background: #f5f5f6;
        /* text-transform: uppercase; */
        font-family: Arial;
}
.YoutubePlayer .Header {
        background: #f3f3f3;
        margin-bottom: 10px;
        border-bottom: 1px solid #dc3545;
        width: 100%;
        display: none;
}
.YoutubePlayer .Header .Text {
        color: #dc3545;
        font: bold 11pt/35px arial;
        padding: 0 6px;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 15px;
}
.YoutubePlayer iframe {
        max-width: 396px;
}
.YoutubePlayer{
        display: flex;
        flex-wrap: wrap;
        /* margin-bottom: 20px; */
}
.VideoContain{
        flex-grow: 1;
        display: flex;
}
.YoutubePlayer .info{
        width: 100%;
        display: block;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer, .YoutubeVideoList{
                padding: 0 5px !important;
                margin-bottom: 10px !important;
        }
        .YoutubePlayer .Title{
                min-width: 100%;
        }
}
