body {
	height: 100vh;
	margin: 0;
}

#back, #back2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-image: url(../../../img/bannerHomeSMALL.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: -1;
}

#back  {
	height: 100%;
}

#back2 {
	height: 40%;
}

#back h1, #back2 h1 {
	color: #fff;
	font-size: 70px;
	z-index: 1;
	position: relative;
}

.test {
	width: 100%;
	background-color: #fff;
	z-index: 1;
}

#back, .test, #back2 {
	position: relative;
}
