.YoutubePlayer .Title {
        margin: 0;
        width: 25%;
        padding: 40px;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        background: #0b60a414;
        text-transform: uppercase;
        min-width: 290px;
        max-width: 290px;
        color: #0267af;
}
.YoutubePlayer .Header {
        display: block;
        margin-bottom: 50px;
        text-align: center;
        width: 100%;
}
.YoutubePlayer .Header .Text {
        font-size: 30px;
        text-transform: uppercase;
        color: #0165b1;
        display: inline-block;
        text-align: right;
        font-weight: 600;
}
.YoutubePlayer iframe {
        /* flex: 1; */}
.YoutubePlayer{
        display: flex !important;
        flex-wrap: wrap;
        margin-bottom: 20px;
        width: 100%;
}
.VideoContain{
        flex-grow: 1;
        display: flex;
        width: 70%;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer, .YoutubeVideoList{
                padding: 0 10px !important;
                margin-bottom: 10px !important;
        }
        .YoutubePlayer .Title{
                min-width: 100%;
        }
}
