.banner {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
	height: 114px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.banner h1 {
	position: relative;
	z-index: 1;
	font-size: 32px;
}

.banner-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (min-width: 768px) {
	.banner {
		height: 400px;
		margin-bottom: 50px;
	}

	.banner h1 {
		font-size: 54px;
	}
}
