.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 .linkVideo {
        display: none;
}
.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 .Header .Text:hover{
        text-decoration: underline;
}
.YoutubePlayer iframe {
        border-radius: 5px;
        margin: auto;
        width: 82% !important;
        height: 545px;
        /* padding: 10px; */
        /* background: #fff; */
        overflow: hidden;
}
.YoutubePlayer {
        max-width: 1160px;
        margin: auto;
}
.YoutubePlayer  .VideoContain {
        text-align: center;
        border: 1px solid #e4e4e4;
        border-radius: 8px;
        margin-bottom: 15px;
        background: #f8f9fa;
        padding-top: 30px;
        padding-bottom: 20px;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer {
                padding: 15px !important;
                padding-top: 40px !important;
        }
}
