/* RankYa Schema YouTube VideoObject Plugin 
FRONTEND CSS */
.rankya_youtube_embed, .rankya_youtube_schema {
	overflow:hidden;
	position:relative;
	width:100%
}
.rankya_youtube_schema::after {
	padding-top:56.25%;
	display:block;
	content:''
}
.rankya_youtube_schema embed, .rankya_youtube_schema iframe, .rankya_youtube_schema object {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;
	height:100%
}
.rankya_youtube_embed button, .rankya_youtube_embed button:before {
	left:50%;
	transform:translate3d(-50%, -50%, 0);
	top:50%;
	position:absolute
}
.rankya_youtube_embed {
	background-color:#000;
	cursor:pointer;
	margin:auto;
	display:block;
	border: 5px solid #f0f0f0;
	border-radius:32px;
	margin-bottom: 1rem;
}
.rankya_youtube_embed img {
	margin-top:0!important;
	margin-bottom:5px!important;
	display:block;
	width:100%;
	height:auto;
	opacity:.6;
	transition:opacity .5s cubic-bezier(.4, 0, 1, 1)
}
.rankya_youtube_embed img.fadeout {
	opacity:0
}
.rankya_youtube_embed button {
	width:68px;
	height:48px;
	cursor:pointer;
	outline:0;
	border:none;
	background-color:#fb0909;
	transition:background-color .1s cubic-bezier(.4, 0, 1, 1), opacity .1s cubic-bezier(.4, 0, 1, 1);
	box-shadow:0 0 30px rgba(0,0,0,.6);
	z-index:1;
	opacity:.8;
	border-radius:6px
}
.rankya_youtube_embed button:before {
	content:"";
	border-style:solid;
	border-width:10px 0 10px 18px;
	border-color:transparent transparent transparent #fff
}
.rankya_youtube_embed:hover button {
	background-color:red;
	opacity:1
}
.rankya_youtube_embed iframe {
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0
}
