.YoutubePlayer .Title {
        font: bold 16pt arial;
        margin: 10px 0;
        color: #ff0000;
}
.YoutubePlayer .Description {
        font: bold 12pt arial;
        margin: 10px 0;
        color: #333;
}
.YoutubePlayer{
        background: #fff;
        border: 0px;
        border-radius: 2px;
        box-shadow: -2px 2px 4px #bbb;
        padding: 10px;
        text-align: left !important;
        margin: 10px 0;
        height: auto !important;
}
.YoutubePlayer .Header {
        border: 0px;
        height: 36px;
        background: #189bf7;
        color: #fff !important;
        display: inline-block;
        border-radius: 2px;
        box-shadow: -2px 2px 4px #c5b5b5;
        margin-bottom: 10px;
}
.YoutubePlayer .Header .Text {
        height: 36px;
        color: #ffffff;
        padding: 0 10px 0 20px;
        padding-top: 5px;
        color: #ffffff;
        line-height: 26px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
}
.YoutubePlayer .Header .Text:before {
        content: "\f080";
        font-size: 30px;
        font-family: 'Material Icons';
        vertical-align: top;
        font-weight: 400;
        width: 36px;
        height: 36px;
        display: inline-block;
        top: 2px;
}
.YoutubePlayer .Header .Text a {
        text-decoration: none;
        color: #fff;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.Youtube-Header{
        /* border: 0px; */
        /* height: 36px; */
        /* background: #189bf7; */
        /* color: #fff !important; */
        /* display: inline-block; */
        /* border-radius: 2px; */
        /* box-shadow: -2px 2px 4px #c5b5b5; */
        /* margin-bottom: 10px; */
        background-color: #fff;
}
.Youtube-Header a{
        height: 36px;
        color: #ffffff;
        padding: 0 10px 0 20px;
        padding-top: 5px;
        color: #ffffff;
        line-height: 26px;
        font-weight: 500;
        text-transform: uppercase;
        display: inline-block;
}
.Youtube-Header .Text{
        border: 0px;
        height: 36px;
        background: #189bf7;
        color: #fff !important;
        display: inline-block;
        border-radius: 2px;
        box-shadow: -2px 2px 4px #c5b5b5;
        margin-bottom: 10px;
}
.Youtube-Header a:before {
        content: "\e04a";
        font-size: 30px;
        font-family: 'Material Icons';
        vertical-align: top;
        font-weight: 400;
        width: 36px;
        height: 36px;
        display: inline-block;
        top: 2px;
}
@media screen and (max-width:768px){
        .YoutubePlayer{
                /* margin: 0 10px !important; */
                /* width: 100vw; */
        }
}
