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