.YoutubePlayer .Title {
        margin: 10px 0;
        font-weight:bold;
        font-size:14px;
}
.YoutubePlayer .Header {
        background: #009ee3;
        height: 36px;
        border-radius: 5px 5px 0 0;
        margin-bottom: 3px;
}
.YoutubePlayer .Header .Text {
        padding: 0px 20px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 36px;
        background-color: #eb0000;
        border-radius: 5px 5px 0 0;
        position: relative;
}
.YoutubePlayer .Header .Text:before {
        content: url(images/icon_aftertit.png);
        position: absolute;
        left: 45%;
        bottom: -19px;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
