.bvt-container {
		width:100%;
		position:relative;
/* 		min-height:350px; */
		overflow:hidden;
}

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

.bvt-container .text {
		color:white;
		font-size:1.25rem;
		letter-spacing:1px;
}

.bvt-container h2 {
		color:white;
		font-size: 2rem;
		letter-spacing:1px;
		padding:bottom:20px;
}

.bvt-container h2 {
		text-transform:uppercase;
}


@media only screen and (min-width: 768px) {
 .bvt-container .text {
				font-size:1.75rem;
		}

		.bvt-container h2 {
				font-size: 2.5rem;
		}
}


.autoplay-video-container.bvt-video {
    position: absolute;
    width: 100%;
    height: auto;
    min-width: 100%;
    min-height: 100%;
		  z-index:0;
				top:50%;
				left:50%;
				transform:translateX(-50%) translateY(-50%);
}

.autoplay-video-container.bvt-video video {
		position: absolute;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
	   max-width:none;
		  max-height:none;
		  z-index:0;
				top:50%;
				left:50%;
				transform:translateX(-50%) translateY(-50%);
}

.bvt-container .fade {
		position: absolute;
    width: 100%;
		height:100%;
		left:0;
		top:0;
		z-index:1;
		background: rgb(0, 88, 123);
		background: radial-gradient(circle, rgba(0, 88, 123, 1) 0%, rgba(0, 88, 123, 0) 100%);
		mix-blend-mode: multiply;
		opacity:0.5;
}