p {
  font: 130%/1.75 Georgia,serif;
}

.banner-contents {
height: 350px;
  background-position: center;
}

@media (min-width: 0px) and (max-width: 1000px) {
	.banner-contents {
		height:200px;
		background-size: auto 200px;
	}
}


