.YoutubePlayer .Title {
        margin: 10px 0;
        font-weight: bold;
}
.YoutubePlayer .Header {
        padding: 0;
        margin-bottom: 10px;
        position: relative;
        border-bottom: 2px solid #ddd;
}
.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 .Header:before {
    content: '';
    width: 100px;
    height: 3px;
    background: #b70100;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
