.site-header {
	position: relative;
    max-height: 100vh;
    overflow: hidden;
    margin-bottom: -8px;
}
.header-image img {
	max-width: auto;
	width: 100%;
}
.header-title {
	position: absolute;
    z-index: 2;	
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.header-title .container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding-top: 100px;
}
.banner-video {
	width: 100%;
}
.header-title.header-title-home {
	color: #262262;	
	font-size: 1.65vw;
}
.header-title.header-title-home  .container {
	justify-content: start;
}
.header-title.header-title-inner h1,
.header-title.header-title-inner .h1 {
	color: #fff;
    font-weight: 300;
	font-size: 3.35vw;
    letter-spacing: 0.15vw;	
	text-transform: uppercase;
}
.header-title.header-title-home h1 {
	font-size: 3.35vw
}
.header-title.header-title-home h1 strong {
    display: inline-block;
    margin-top: 0.26vw;
    margin-bottom: 0.26vw;
    padding: 0	 0.8vw;
    background-color: rgba(255,255,255,0.7);
    font-weight: 300;
}
.header-title.header-title-home h1 br {
	line-height: 0;
}
.header-title.header-title-home p {
    display: inline-block;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding: 1vw;	
    background-color: rgba(255,255,255,0.7);
}
.header-title.header-title-home .button {
    display: inline-block;	
    margin-top: 0.8vw;
    padding: 1vw 3vw;
	font-size: 0.833vw;
    letter-spacing: 0.05vw;	
}
@media(min-width: 992px){
	.header-title.header-title-home .button {	    
		margin-right: 0.6vw;
	}
}
@media(max-width: 1250px){
	.header-image {
		overflow: hidden;
	}
	.header-image img {
		max-width: initial;
		width: 150%;
		margin-left: -25%;
	}
}
@media(max-width: 991px){
	.site-header {
		max-height: auto;
		max-height: initial;
	}
	.header-title.header-title-inner h1,
	.header-title.header-title-inner .h1 {
		font-size: 40px;
		letter-spacing: 0.5px;	
	}	
	.header-title.header-title-home {
		font-size: 14px;
	}
	.header-title.header-title-home h1 {
		font-size: 40px;
	}
	.header-title.header-title-home h1 strong {
		display: inline-block;
		margin-top: 2px;
		margin-bottom: 2px;
		padding: 0	 10px;
	}
	.header-title.header-title-home p {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0;
		background-color: transparent;
	}
	.header-title.header-title-home .button {
		margin-top: 10px;
		padding: 3px 13px;
		font-size: 13px;
		letter-spacing: 0.5px;	
	}
	.header-image {
		margin-top: 40px;
	}	
	.header-title .container {
		padding-top: 40px;
	}
}
@media(max-width: 767px){
	.header-image img {
		width: 180%;
		margin-left: -40%;
	}
	.banner-video {
		width: 200%;
		margin-left: -50%;
	}
	.banner-video.banner-video-popup {
		width: 100%;
		margin-left: 0%;
	}
	.vid-popup {
		width: 90%;
	}
	.header-title.header-title-inner h1,
	.header-title.header-title-inner .h1 {
		font-size: 35px;
		letter-spacing: 0.1px;	
	}		
	.header-title.header-title-home h1 {
		font-size: 35px;
	}
	.header-title.header-title-home h1 strong {
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		background-color: transparent;
	}
	.header-title.header-title-home .inner > div {
		padding: 20px;
		background-color: rgba(255,255,255,0.7);
		text-align: center;
	}
	.header-title.header-title-home .button {
		margin-top: 50px;
		padding-top: 13px;
		padding-bottom: 13px;
		width: 100%;
		text-align: center;
	}
}
@media(max-width: 425px){
	.header-image img {
		width: 200%;
		margin-left: -50%;
	}
	.banner-video {
		width: 200%;
		margin-left: -50%;
	}
	.header-title.header-title-inner h1,
	.header-title.header-title-inner .h1 {
		font-size: 22px;
	}	
	.header-title.header-title-home h1 {
		font-size: 22px;
	}
}