.YoutubePlayer .Title {
        margin: 0;
        /* width: 200px; */
        padding: 10px;
        font-size: 15px;
        /* font-weight: 600; */
        text-align: left;
        /* background: #f5f5f6; */
        /* text-transform: uppercase; */
        font-family: Arial;
}
.YoutubePlayer .Header {
           display: inline-block;
    width: 100%;
    line-height: 38px;
    background-image: linear-gradient(180deg, #2a78e5 0, #2a78e5 100%);
    text-align: center;
}
.YoutubePlayer .Header .Text {
           display: inline-block;
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}
.YoutubePlayer iframe {
        max-width: 396px;
}
.YoutubePlayer{
        display: flex;
        flex-wrap: wrap;
        /* margin-bottom: 20px; */
        border: 1px solid #dcdcdc;
        border-bottom: none;
}
.VideoContain{
        flex-grow: 1;
        display: flex;
        padding: 10px 10px 0 10px;
}
.YoutubePlayer .info{
      width: 100%;
        display: block;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer, .YoutubeVideoList{
                padding: 0 10px !important;
                margin-bottom: 10px !important;
        }
        .YoutubePlayer .Title{
                min-width: 100%;
        }
        .YoutubePlayer {
    border: none;
}
.VideoContain {
    padding: 0;
        padding-top: 5px;
}
}