

.YoutubePlayer{
        border: 1px solid #ccc;
        border-bottom: 0;
        margin-bottom: 0px;
        margin-top: 5px;
}
.YoutubePlayer .Title {
 	margin: 0 6px;
    padding-bottom:10px;
        font-weight: bold;
}
.YoutubePlayer .Header {
               display: block;
               background: #6a44a2;
}
.YoutubePlayer .Header .Text {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
    width:100%;
        color: white;
 
    display:flex;
       justify-content: center; /* canh ngang giữa */
    padding:5px;
    
}

.YoutubePlayer iframe {
    
        width: 100% !important;
}
.VideoContain{
    /* padding:5px; */
    display: flex;
}
@media only screen and (max-width: 1023px){
        div.YoutubePlayer{
                max-width: calc(100vw - 20px);
                margin: auto;
                margin-bottom: 10x;
        }
}
