.YoutubePlayer .Title {
        border-bottom: 1px dashed #ccc;
        display: block;
        font: bold 10pt arial;
        padding: 10px 0 5px;
        color: #1058b0;
}
.Youtube-Header {
        width: 100%;
        margin: 1px 0;
        height: 31px;
        position: relative;
        text-align: left;
        border: 1px solid rgb(187, 187, 187);
        background: linear-gradient(to bottom, #ffffff, #e7e7e7);
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}
.Youtube-Header .Text a {
        color: #5e0000;
        font-size: 12px;
        padding-left: 0px;
        text-transform: uppercase;
        white-space: nowrap;
        line-height: 31px;
        font-weight: 600;
        margin-left: 10px;
        font-family: Arial;
}
.Youtube-Header .Text a::before {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 7px solid #470101;
        margin-right: 5px;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
