.homepage-header-img {
	position: absolute;
	left: 0;
	top: 0;	
	background-size: cover;
	width: 100%;
	height: 785px
}


@media (max-width: 61.9375em) {
	.homepage-header-img, .vid-wrapper {
		height: 785px
	}
	.vid .vid-wrapper {
		display: none;
	}
}

@media (max-width: 47.9375em) {
    .homepage-header-img, .vid-wrapper {
        height: 565px
    }
}
.slide_show_container {
	position: relative;
}
.vid .vid-wrapper {
	position: absolute;
	left: 0;
	top: 0;	
	background-size: cover;
	width: 100%;
	height: 785px;
	overflow: hidden;
}
.vid .vid-slide {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
.noClick {
	width: 100%;
    position: absolute;
    height: 100%;
    z-index: 50;
}

.homepage-header-img {
    background: no-repeat center center; 
    background-size:cover;
}