@media screen and (max-width: 500px) {
	header, footer, .top-intro {
		display: none !important;
	}
	body {
		padding-top: 0;
	}
}
