.hero_2 {
	height: 90vh;
	width: 100vw;
}
.hero_2 h1 {
	position: absolute;
	top: 300px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	padding: 0 30px;
	color: #fff;
	font-size: 32px;
	text-align: center;
	text-shadow: 0 4px 8px rgba(0,0,0,.7);
}
@media only screen and (max-width: 600px) {
	.hero_2 h1 {
		font-size: 24px;
	}
}