@media only screen and (max-width: 500px) {
	.intro-text	h1{
		font-size: .6em;
	}
	#policies {
		display: none;;
	}
}