@charset "utf-8";



#header-page {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header-page .content {
	position: relative;
	height: 465px;
}

#header-page h1 {
	position: absolute;
	bottom: 0px;
	left: 20px;
	display: inline-block;
}




@media (min-width: 768px) and (max-width: 1239px) {

#header-page .content {
	height: 365px;
}

}



@media (min-width: 0px) and (max-width: 767px) {

#header-page .content {
	height: 300px;
}

#header-page h1 {
	left: 2%;
}

}