 .section-video-block-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -100;
    background-position: 50%;
    background-size: cover;
    margin: auto;
    position: absolute;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
}
.video-outer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}


.section-video-block-inner.background{
	 background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-repeat: no-repeat;
}



section.wp-bootstrap-blocks-section-video-inner{
		min-height: 730px
	}


@media screen and (min-width: 1920px){
	section.wp-bootstrap-blocks-section-video-inner{
		min-height: 100vh
	}
}
@media screen and (min-width: 1280px){
	section.wp-bootstrap-blocks-section-video-inner {
	    padding-top: 130px;
	    padding-bottom: 130px;
	}
}
@media screen and (max-width: 767.98px){
	section.wp-bootstrap-blocks-section-video-inner{
		min-height: 680px;
		padding-top: 60px;
		padding-bottom: 60px;
	}
}