  /* Container for each Snapchat video */
.youtube-embed-container {
	position: relative;
	height: 0;
	overflow: hidden;
	background-color: #ebebeb;
	/* margin-bottom: 1.25em!important; */
}
/* Keeps the nifty 9x16 aspect ratio */
.youtube-embed-container.intrinsic {
	padding-bottom: 56.25%;
}
.youtube-embed-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-embed {
	background-size: cover;
	background-position: center;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtube-embed .play {
	background: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZWJlYmViIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4KICAgIDxwYXRoIGQ9Ik0xMCAxNi41bDYtNC41LTYtNC41djl6TTEyIDJDNi40OCAyIDIgNi40OCAyIDEyczQuNDggMTAgMTAgMTAgMTAtNC40OCAxMC0xMFMxNy41MiAyIDEyIDJ6bTAgMThjLTQuNDEgMC04LTMuNTktOC04czMuNTktOCA4LTggOCAzLjU5IDggOC0zLjU5IDgtOCA4eiIvPgo8L3N2Zz4=) no-repeat center center;
	background-size: 64px 64px;
	position: absolute;
	height: 100%;
	width: 100%;
	opacity: .8;
	filter: alpha(opacity=80);
	transition: all 0.2s ease-out;
	margin-top: -1.25em;
}
.youtube-embed .play:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
