/*
Theme Name: Топ Забор
Author: Creazor
Author URI: https://wordpress.org/
Version: 1.0.0
*/
.video-single .left {
	height: 315px;
	position: relative;
	padding: 0!important;
}
.video-single .iframe_poster {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: flex;
	flex-flow: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
}
.video-single .iframe_poster.is_opened {
	display: none;
}
.video-single .iframe_poster-title {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	left: 0;
	bottom: calc(50% + 75px);
}
.video-single .open_iframe {
	display: block;
	width: 100px;
	height: 100px;
	background-image: url('img/play-button.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top 0 left 0;
	border-radius: 50%;
	opacity: 0.5;
}
.video-single:hover .open_iframe {
	opacity: 1;
}
.imitate-h1 {
	float: right;
	font-family: "Museo Sans Cyrl 900",sans-serif;
	font-size: 40px;
	border-bottom: 1px solid #1b1b1b;
}
@media (max-width: 768px) {
	.video-single .iframe_poster-title {
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.imitate-h1 {
		font-size: 26px;
		float: none;
		text-align: right;
	}
}