#home {
	background-size: auto 100%;
}

@media (max-width: 767px) {
	#home {
		background-size: auto 60%;
	}
}
