.YoutubePlayer .Title {
        margin: 0;
        width: 250px;
        padding: 15px;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        background: #f8f9fa;
        text-transform: uppercase;
        display: none;
}
.YoutubePlayer .Header {
        width: 100%;
          background: linear-gradient(to right, #d0322c, #f23e16) !important;
    border-bottom: 3px solid #820202;
    font-family: Roboto-Regular;
    font-size: 18px;
    line-height: 1.333333;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    height: 50px;
    padding: 0 15px;
    padding-top: 5px;
        margin-bottom: 15px;
}
.YoutubePlayer .Header .Text:before{
    content: "";
    width: 26px;
    height: 26px;
    background: url(images/ivideo.png);
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: 5px;
}
.YoutubePlayer .Header .Text {
    
    color: #fff;
}
.YoutubePlayer iframe {
        margin: auto;
    	max-width: 100vw !important;
}
.YoutubePlayer{
        display: flex;
        flex-wrap: wrap;
        margin-top: 30px
}
.VideoContain{
        flex-grow: 1;
        display: flex;
        height: auto!important;
}
.view-detail{
	display: none
}
@media only screen and (max-width: 768px){
        .YoutubePlayer, .YoutubeVideoList{
                padding: 0 10px !important;
                margin-top:20px!important;
        }
        .YoutubePlayer .Title{
                min-width: 100%;
        }
}
