#hero div {
	margin: auto;
	width: 75%;  
}

@media all and (max-width: 480px) {
	#hero div {
		width: 95%;  
	}
}
