
.YoutubePlayer{
        border: 1px solid #ccc;
    border-bottom: 0; 
        margin-bottom: 0px;
}
.YoutubePlayer .Title {
 	margin: 0 6px;
    padding-bottom:10px;
        font-weight: bold;
}
.YoutubePlayer .Header span {
    position: relative;
    display: inline-block;
   
    color: #07539e !important;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    border-top: none; 
    line-height: 16px;
}

.YoutubePlayer .Header {
    border-top: 2px solid #07539e;
    width: 100%;
        background: linear-gradient(to bottom,#fff,#e6e6e6);
        padding: 5px 10px;
}

.YoutubePlayer .Header span::before {
    content: "";
    position: absolute;
    top: -8px;             
    left: 0;
    right: 0;
    height: 2px;
    background: #ffad00;
    
}
.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;
    /* 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;
        }
}