.YoutubePlayer .Header {
}
.YoutubePlayer .Header .Text {
        border-radius: 5px 5px 0 0;
        background: #c72c2b url(images/t.png) no-repeat scroll right 5px center;
        color: white;
        text-align: left;
        font-weight: 600;
        padding-left: 10px;
        line-height: 30px;
        display: block;
        text-transform: uppercase;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.YoutubePlayer {
        margin-bottom: 10px;
}
.VideoContain{
        display: flex;
}
