@media (min-width:768px) {
	.video-background-wrap img {
		display: none;
	}
}

@media (max-width:767px) {
	.video-background-wrap iframe {
		display: none;
	}
}

.video-background-wrap {
	position: relative;
}

.video-background-wrap .video-wrap {
	height: inherit;
}

@media (max-width:991px) {
	.vc_column-inner .video-background-wrap {
		height: auto !important;
	}
}