.YoutubePlayer{
    background-color: var(--background-blue);
    border-radius: 5px;
    margin-bottom: 10px;
}
.YoutubePlayer .Title {
           color: var(--text-blue);
    font-size: 14px;
    font-weight: 500;
    text-indent: 5px;
    padding: 5px 10px;
}
.YoutubePlayer .Header {
    padding: 0;
    background: url("https://storage-vnportal.vnpt.vn/gov-tnn/themes/mauxanganson/uimediacontrols/articlemedia/images/tag.png");
    background-size: cover;
    text-align: center;
}
.YoutubePlayer .Header .Text {
    position: relative;
    line-height: 25px;
    width: 100%;
    text-align: center;
    color: #fff !important;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    margin-right: 0;
}
.YoutubePlayer iframe {
        width: 100% !important;
}
.VideoContain{
        display: flex;
        padding:5px;
}
@media only screen and (max-width: 768px){
        div.YoutubePlayer{
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10x;
        }
}
