

.YoutubePlayer{
        border: 1px solid #ccc;
    border-bottom: 0; 
        margin-bottom: 0px;
}
.YoutubePlayer .Title {
 	margin: 0 6px;
    padding-bottom:10px;
        font-weight: bold;
}
.YoutubePlayer .Header {
background: #1a3f5e;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-color: #1a3f5e;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.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-left: 10px;
    
}

.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;
        }
}