.YoutubePlayer .Header {
    background-size: 100% 100%;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
    position: relative;
    background: #fff none repeat scroll 0 0;
}
.YoutubePlayer .Header::before {
    background: rgba(0, 0, 0, 0) url("images/video.png") repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    content: "";
    height: 80%;
    left: 10px;
    position: absolute;
    width: 33px;
    z-index: 4;
}
.YoutubePlayer .Header .Text {
    background: #0079c8 none repeat scroll 0 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    display: block;
    padding: 6px 30px 6px 55px;
    position: relative;
}
.YoutubePlayer .Header .Text::after {
    background: rgba(0, 0, 0, 0) url("images/r.png") no-repeat scroll 0 0 / 100% 100%;
    bottom: 0;
    content: "";
    height: 70%;
    position: absolute;
    right: 0;
    width: 56px;
}
.YoutubePlayer .Header .Text::before {
    background: rgba(0, 0, 0, 0) url("images/l.png") no-repeat scroll 0 0 / 100% 100%;
    content: "";
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 56px;
    border-top-left-radius: 5px;
}
.YoutubePlayer iframe {
    width: 100% !important;
}
.YoutubePlayer .Title {
    border-bottom: 1px dashed #ccc;
    display: block;
    font: bold 10pt arial;
    padding: 10px 0 5px;
      color: #1058b0;
}