#yt-container h2{
	margin: 100px 0 30px;
	padding: 0;
	font-size: 32px;
	color: #333;
}
#yt-wrapper{
	padding: 52px 0 0;
	background: #f2f4f7;
}
a.yt-video{
	display: block;
	margin-top: 48px;
	color: #333;
	text-decoration: none;
}
.yt-video .thumb{
	position: relative;
}
.yt-video .thumb:before{
	content: '';
	display: block;
	padding-top: 66.67%;
}
.yt-video .thumb:after{
	content: '';
	display: block;
	position: absolute;
	z-index: 20;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6) url(../images/play.svg) center center/48px 48px no-repeat;
}
.yt-video.active .thumb:after{
	background-color: rgba(220, 52, 151, 0.6);
}
.yt-video .thumb img{
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.yt-video .title{
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
}
.yt-subscribe{
	padding: 100px 0;
	text-transform: uppercase;
}

#yt-player-title{
	margin-top: 20px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.plyr--video .plyr__control--overlaid,
.plyr--video .plyr__control--overlaid:hover{
	width: 101px !important;
	height: 101px;
	background: url(../images/play.svg) 0 0 no-repeat !important;
}
.plyr--video .plyr__control--overlaid svg{
	display: none;
}
.plyr.plyr--stopped .plyr__controls{
	display: none
}
.plyr__poster:after{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
}