@charset "UTF-8";
/**
* Template Style
*
* [Table of contents]
*   5 Plugins
*     5.14 videos
**/

.vide_bg {
	width: 100%;
}

.vide_bg .container {
	position: relative;
	z-index: 2;
}

.video-bg-overlay {
	position: relative;
}

.video-bg-overlay:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	z-index: 1;
}
