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