
.lazyload-youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	background: #000;
	margin: 5px;
}

.lazyload-youtube-player iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba(0, 0, 0, 0);
}

.lazyload-youtube-player img {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	height: auto;
	cursor: pointer;
	transition: .4s all;
}

.lazyload-youtube-player .play {
	background: #000;
	opacity: .75;
	border-radius: 50%/10%;
	color: #fff;
	font-size: 2em;
	width: 2em;
	height: 1.5em;
	margin: 20px auto;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	text-indent: .1em;
	transition: all 150ms ease-out;
	cursor: pointer;
}

.lazyload-youtube-player :hover .play {
	background: red;
	opacity: 1;
}

.lazyload-youtube-player .play::before {
	background: inherit;
	border-radius: 5%/50%;
	bottom: 9%;
	content: "";
	left: -5%;
	position: absolute;
	right: -5%;
	top: 9%;
}

.lazyload-youtube-player .play::after {
	border-style: solid;
	border-width: .5em 0 .5em .85em;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
	content: " ";
	font-size: .75em;
	height: 0;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%);
	position: absolute;
	width: 0;
}
