.home-header {
	height: 100vh;
	width: 100%;
	color: white;
	position: relative;
}

.home-header > .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
}

.home-header > .bg img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.home-header::before {
	content: "";
	background-color: black;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.home-header > div,
.home-header > div > div {
	height: 100%;
}

.home-header .blocktext {
	font-weight: 700;
	font-size: 30px;
	font-family: "Times New Roman";
}

.home-header h1 {
	margin-bottom: 30px;
	font-size: 96px;
	color: white;
	font-weight: 700;
}

.home-header .title-wrapper {
	position: absolute;
	padding: 0 15px;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}

/* Responsive */
@media only screen and (max-width: 1920px) {

}

@media only screen and (max-width: 1599.98px) {
	.home-header h1 {
		font-size: 80px;
	}

	.home-header .blocktext {
		font-size: 25px;
	}
}

@media only screen and (max-width: 1399.98px) {

}

@media only screen and (max-width: 1199.98px) {

}

@media only screen and (max-width: 991.98px) {

}

@media only screen and (max-width: 767.98px) {
	.home-header {
		height: 100vh;
	}
}

@media only screen and (max-width: 575.98px) {
	.home-header h1 {
		font-size: 70px;
	}
}

@media only screen and (max-width: 499.98px) {

}

@media only screen and (max-width: 449.98px) {

}

@media only screen and (max-width: 399.98px) {
	.home-header h1 {
		font-size: 50px;
	}
}

@media only screen and (max-width: 349.98px) {

}

@media only screen and (max-width: 319.98px) {

}
