.hero-module {
	background-repeat: no-repeat;
	background-size:cover!important;
	height:300px;
	position: relative;
}

.hero-module .module {
	align-items: center;
	display: flex;
	height:100%;
	position: relative;
 }

.hero-module .module div {
	width:100%;
}

@media (min-width:768px) {
	.hero-module .module div {
		width:55%;
	}
}

.hero-module .module div h1,
.hero-module .module div h2 {
	font-size:1.75em;
	line-height:1.3em;
}

@media (min-width:992px) {
	.hero-module .module div h1,
	.hero-module .module div h2 {
		font-size:2em;
	}
}

@media (min-width:1200px) {
	.hero-module .module div h1,
	.hero-module .module div h2 {
		font-size:2.75em;
	}
}