.YoutubePlayer{
        background:#F3F6FB;
        margin-bottom:40px;
}
.YoutubePlayer .info{
        padding: 20px 180px;
}
.YoutubePlayer .social .likefacebook span{
        height:20px !important;
}
.YoutubePlayer .Title {
        font-family: Merriweather;
        font-size: 32px;
        margin: 10px 0;
        font-weight: 700;
        margin-top: 5px;
        text-align: center;
        line-height: 1.6em;
        color: #031739;
}
.YoutubePlayer .Description{
        font-family: Merriweather;
        font-size: 17px;
        margin: 10px 0;
        font-weight: 700;
        margin-top: 5px;
        text-align: center;
        line-height: 1.6em;
        color: #182940;
}
.YoutubePlayer .Header {
        background: #c70d0c;
        /* border-radius: 3px 3px 0 0; */
        height: 32px;
}
.YoutubePlayer .Header .Text {
        color: #fff;
        padding-left: 15px;
        text-shadow: 0 1px 0 #000;
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 600;
        line-height: 32px;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
@media only screen and (max-width: 1023px){
        div.YoutubePlayer {
                padding: 0 10px;
                margin-bottom: 10px;
        }
        .VideoContain {
                display: flex;
        }
}
