.YoutubePlayer .Title {
    font: bold 10pt arial;
    margin: 10px 0;
}
.YoutubePlayer{
        padding-right: 10px
}
.YoutubePlayer .Header {
   border-radius: 5px 0 0;
    color: #bd1723;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    line-height: 52px;
    box-shadow: 0 4px 20px 0 #9d9d9d26;
}
.YoutubePlayer .Header .Text {
	font-weight: 600;
    font-size: 18px;
}

.YoutubePlayer iframe {
    width: 100% !important;
}
