/* Phones */
@media only screen and (max-width: 767px)  {
	.hero-image {
		height: 300px;
	}
	.hero-image h2 {
		top: 35px;
	}
	.banner p {
		margin-bottom: 20px;
	}
}