.YoutubePlayer {
        margin-bottom: 10px;
}
.YoutubePlayer .Title {
        color: #333;
        font: bold 10pt arial;
        padding-left: 0;
}
.YoutubePlayer iframe {
        background-color: white;
        border: medium none;
        margin: 0;
        padding: 0;
        width: 100%;
}
.YoutubePlayer .Header {
        background: rgba(0, 0, 0, 0) url("images/bar.png") no-repeat scroll 0 0;
        height: 43px;
        margin-left: -10px;
}
.YoutubePlayer .Text {
        color: #fff;
        display: inline-block;
        font: bold 10pt/32px arial;
        padding: 0 0 0 16px;
        text-transform: uppercase;
}
@media only screen and (max-width: 768px){
        .YoutubePlayer .Header {
                margin-left: -5px;
        }
}
