.youtube {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.youtube__video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.youtube__play {
	width:80px;
	height:80px;
	position:absolute;
	left:50%;
	top:50%;
	transform: translateY(-50%) translateX(-50%);
	background-image:url(assets/youtube/play.svg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	cursor:pointer;
	transition:all 0.2s ease;
}

.youtube__play:hover {
	width:84px;
	height:84px;
}