
.mace-youtube {
	overflow: hidden;
	height: 0;
	padding-top: 56.25%;
	margin-bottom: 30px;
	position: relative;
	cursor: pointer;
	background-color: #000;
}

.mace-youtube img {
	width: 100%;
	position: absolute;
	top: -16.84%;
	left: 0;
	opacity: .7;
	cursor: pointer;
}

.mace-youtube iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mace-youtube .mace-play-button {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	cursor: pointer;
}

.mace-youtube .mace-play-button:before {
	display: block;
	font-size: 70px;
	line-height: 1;
	font-family: mace;
	content: "";
	text-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	color: #fff;
}
