.banner-video-badge {
	position: absolute;
	z-index: 999;
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 5;
	top: 44%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%) scale(.75);
}
.banner-carousel-container.video-banner-container .item-image i.fa.fa-play-circle-o {
	display: block;
	position: absolute;
	z-index: 99;
	bottom: 40px;
	left: 63px;
	color: #fff;
	font-size: 30px;
	font-weight: 100;
}
.banner-carousel-container.video-banner-container .item-image i.fa.fa-pause-circle-o {
	display: block;
	position: absolute;
	z-index: 99;
	bottom: 40px;
	left: 63px;
	color: #fff;
	font-size: 30px;
	font-weight: 100;
}
@media(max-width: 392px) {
	.banner-carousel-inner .item-image.hide-for-large-up img {
		height: 490px;
	}
}
.banner-carousel-container.video-banner-container .item-image i.fa.fa-volume-off {
	display: block;
	position: absolute;
	bottom: 40px;
	color: #fff;
	font-size: 30px;
	left: 109px;
	z-index: 99;
}
.banner-carousel-container.video-banner-container .item-image i.fa.fa-volume-up {
	display: block;
	position: absolute;
	bottom: 40px;
	color: #fff;
	font-size: 30px;
	left: 109px;
	z-index: 99;
}
.banner-carousel-container .flex-video video {
	/*max-height: 965px;
	object-fit: cover;
	object-position: left top;
	font-family: 'object-fit: cover; object-position: left top;';*/
	display: block;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	min-width: 100%;
	/*width: auto;*/
	max-width: initial;
	min-height: calc(100vh - 55px); 
	height: auto;
	-webkit-transform: translate(-50%,-50%);
			-ms-transform: translate(-50%,-50%);
					transform: translate(-50%,-50%);
	-webkit-transform: translate3d(-50%,-50%,0);
					transform: translate3d(-50%,-50%,0);
	object-fit: cover; 
	font-family: 'object-fit: cover;'; 
}
.banner-carousel-container .flex-video img.spacer {
	position: relative;
    z-index: 0;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: initial;
    min-height: calc(100vh - 55px);
    height: auto;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.banner-carousel-container .flex-video {
	position: relative;
	padding-top: 0px;
	padding-bottom: 51.3%;
	height: auto;
	margin-bottom: 1rem;
	overflow: hidden;
}
.banner-carousel-container {
	position: relative;
	z-index: 2
}
.banner-carousel-container .dotted-curves .curve.curve-bottom {
	bottom: 0;
}
.banner-carousel-container .dotted-curves .curve {
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	z-index: 2;
}
.banner-carousel-container.video-banner-container .banner-curves .curve svg {
	width: 45px;
}
.banner-carousel-container.video-banner-container .banner-curves .curve {
	bottom: 90px;
	margin-left: 15px;
}
@media(max-width: 1024px) {
	.banner-carousel-container .flex-video {
		padding-bottom: 64.5%;
	}
	.banner-video-badge img.img-responsive {
		max-width: 80%;
		max-height: 80%;
	}
}
@media(max-width: 825px) {
	.banner-video-badge img.img-responsive {
		max-width: 300px;
	}
}
@media(max-width: 330px) {
	.banner-video-badge img.img-responsive {
		max-width: 250px;
	}
}
.banner-carousel-container .video-banner-container .banner-video {
	width: 100%;
	height: auto;
	min-height:100%;
}