@font-face {
        font-family: "UVNDzungDakao";
        src: url("../fonts/UVNDzungDakao.TTF");
}
.YoutubePlayer {
        border-radius: 15px;
        margin-bottom: 10px;
        /* box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.08), 0 -1px 0 1px rgba(161, 121, 18, 0.48) inset, 0 -1px 0 1px #f0f0f0 inset, 0 -3px 19px 6px #f9e2b0 inset, 0 0 0 17px #feeec3 inset, 0 -1px 0 18px #fadea4 inset, 0 18px 0 0 #ffffff inset; */
        padding: 10px;
        background: linear-gradient(180deg, rgb(251, 251, 251) 0%, rgb(249, 237, 131) 100%);
}
.YoutubePlayer .Title {
        color: #bd251e;
        font: bold 10pt/27px arial;
        padding-left: 10px;
        white-space: nowrap;
}
.YoutubePlayer .Header {
        height: 40px;
        display:flex;
        align-items: center;
        margin-bottom: 5px;
        background: url('images/1308191335_gadu.png') no-repeat right 2px center, linear-gradient(180deg, rgba(249, 237, 114, 0.55) 0%, rgba(255, 231, 14, 0.86) 100%);
        background-size: 40px 40px;
        border-radius: 50px;
        box-shadow: 3px 3px 3px rgba(79, 165, 8, 0.39);
        margin-bottom: 7px;
}
.YoutubePlayer .Header .Text {
        color: #9D07A9;
        font: 13pt Arial;
        padding-left: 15px;
        font-weight: bold;
}
.YoutubePlayer iframe {
        width: 100% !important;
        border-radius: 15px;
}
@media only screen and (max-width: 768px){
        .VideoContain {
                padding: 5px;
        }
        div.YoutubePlayer {
                margin-bottom: 10px;
        }
}
