.YoutubePlayer .Title {
        margin: 10px 0;
        font-weight: bold;
}
.YoutubePlayer .Header {
        position: relative;
        padding: 0;
        /* background: linear-gradient(to right, #d60c0c 0%, #ff6700 100%); */
        margin-bottom: 5px;
}
.YoutubePlayer .Header .Text {
        line-height: 36px;
        color: #222;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
        top: 0;
        position: relative;
        margin: 0;
        display: inline-block;
        height: auto;
        border-radius: 0px 0 0 0;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
