.banner {
	width: 100%;
	padding: 140px 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 599px) {
	.banner { padding: 64px 0;}
}