#wrapper {
	margin-top: 30px;
	}

@media only screen and (max-width: 768px) {
	
	#wrapper {
		margin-top: 0px;
		}
	
	}
