
.YoutubePlayer{
        border: 1px solid #ccc;
    border-bottom: 0; 
        margin-bottom: 0px;
}
.YoutubePlayer .Title {
 	margin: 0 6px;
    padding-bottom:10px;
        font-weight: bold;
}
.YoutubePlayer .Header {
               display: block;

background: #1481c1;
}
.YoutubePlayer .Header .Text {
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
    width:100%;
        color: white;
    border-bottom:2px solid #1481c1;
    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;
        }
}