.YoutubePlayer .Title {
        margin: 10px 0;
        font-weight:bold;
        font-size:14px;
}
.YoutubePlayer .Header {
        line-height: 37px;
        /* background-color: #407ABF; */
        height: 32px;
        display: inline-block;
        padding: 0;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        /* font-family: 'Roboto Slab'; */
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom: 2px solid #407ABF;
}
.YoutubePlayer .Header .Text {
        line-height: 37px;
        background-color: #0069b5;
        height: 37px;
        display: inline-block;
        padding: 0 1rem;
        color: #FFF;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 600;
        /* font-family: 'Roboto Slab'; */
        text-transform: uppercase;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
}
.YoutubePlayer iframe {
        width: 100% !important;
        border-radius: 3px;
        box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 13%), 0px 0px 2.9px rgb(0 0 0 / 11%);
        margin: 5px 0;
}
@media only screen and (max-width: 768px){
        div.YoutubePlayer .Header {
                height: auto !important;
        }
        div.YoutubePlayer {
                padding: 0 10px;
        }
        div.YoutubePlayer, div.YoutubeVideoList {
                padding: 0 10px;
        }
}
