.banner-video .content-wrapper {
	position: relative;
	max-width: 1310px;
	padding: : 15px;

}

.banner-video .text-box {
	position: relative;
	z-index: 2;
}

.banner-video .text-box .text-wrapper h1 {
	margin-bottom: 10px;
}
.banner-video .text-box .text-wrapper h3 {
 line-height: 48px; 
}
.banner-video {
	position: relative;
}

.banner-video .video-container {
	bottom: 0;
	display: block;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.banner-video .bg-video {
	height: auto;
	left: 50%;
	max-width: initial;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}

@media (min-width:768px) {
	.banner-video .cta-box {
		margin-top: 20px;
		text-align: center;
	}
}

@media (max-width:991px) {
	.banner-video .image-box {
		margin-top: 40px;
	}

	.banner-video .cta-box {
		margin-top: 30px;
	}
}