#hero_div {
	position: relative;
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero_text_overlay {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 15;
}