
.YoutubePlayer .Title {
    margin: 10px 0;
    font-weight:bold;
    font-size:14px;
}
.YoutubePlayer .Header {
	padding: 6px 31px;
	display: inline-block;
	position: relative;
	height: 30px;
	width: 100%;
	font-size: 14px;
	padding-left: 5px;
}
.YoutubePlayer .Header .Text {
    color: #424242;
    font-size: 14px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}
.YoutubePlayer iframe {
    width: 100% !important;
    border-radius: 3px;
    box-shadow: 0px 1.6px 3.6px rgb(0 0 0 / 13%), 0px 0px 2.9px rgb(0 0 0 / 11%);
    margin: 5px 0;
}
