.YoutubePlayer{
        border: 1px solid #e0e0e0;
        margin-bottom: 15px;
}
.YoutubePlayer .Title {
        margin: 10px 0;
        font-weight: bold;
}
.YoutubePlayer .Header {
        border-radius: 0;
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        background: #f7b607;
        margin-bottom: 5px;
}
.YoutubePlayer .Header .Text {
        text-transform: uppercase;
        display: block;
        line-height: 25px;
        font-weight: normal;
        font-family: tahoma;
        color: #fff;
        background: #b51b14;
        padding: 5px 10px;
        margin: 0 40px 0 5px;
        font-size: 0.90em;
        text-align: left;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.VideoContain{
        display: flex;
}
@media only screen and (max-width: 768px){
        div.YoutubePlayer{
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10x;
        }
}
