.YoutubePlayer .Title {
        margin: 10px 0;
        font-weight:bold;
        font-size:14px;
}
.YoutubePlayer .Header {
        display: inline-block;
        position: relative;
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 40px;
}
.YoutubePlayer .Header .Text {
        color: #0166b6;
        font-size: 2rem;
        /* line-height: 19px; */
        text-transform: uppercase;
        font-weight: 600;
        display: inline-block;
        text-align: -webkit-match-parent;
        font-family: 'Merriweather';
        text-decoration: none;
}
.YoutubePlayer iframe {
        border-radius: 5px;
        margin: auto;
        width: 66% !important;
        height: 440px;
        /* padding: 20px; */
        background: #fff;
}
.YoutubePlayer {
        max-width: 1160px;
        margin: auto;
}
.YoutubePlayer  .VideoContain {
        text-align: center;
        border: 1px solid #e4e4e4;
        border-radius: 8px;
        margin-bottom: 15px;
        display: flex;
        padding: 20px 0;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer {
                padding: 15px !important;
                padding-top: 40px !important;
        }
}
