/* ! media 700px  */
@media (max-width:700px) {
	.parallax-section {
		height: 60vh;
	}

	.parallax-inner {
		height: 160%;
	}
}
