@media only screen and (min-width:1024px){
	body {

		overflow: hidden;

		height: 100%;

	}



	#header {

		display: none;

	}



	.row_residential_header {

	    padding-top: 0px;

	}
}

