
.YoutubePlayer .Title {
    color: darkgreen;
	font-size: 45px;
	font-weight: 600;
}
.YoutubePlayer .Header {
	margin-bottom: 15px;
}

.YoutubePlayer .Header .Text {
    color: darkgreen;
	font-size: 45px;
	font-weight: 600;
}
.YoutubePlayer iframe {
    width: 100% !important;
 	border-radius: 6px;
}
