@media all and (min-width: 720px) and (max-width: 999px) {
	
	#path1000 { display: none;  }
	#path0720 { display: block; }
	#path0480 { display: none;  }
	#path0320 { display: none;  }
	
	#footer1000 { display: none;  }
	#footer0720 { display: block; }
	#footer0480 { display: none;  }
	#footer0320 { display: none;  }
	
	.section .content { max-width: 720px; }
	
	/* ---------------------------------------------------------------- */
	/* For Sale advert
	/* ---------------------------------------------------------------- */
	
	.advert {
		float: none;
		margin-left: 0px;
		max-width: 100%;
		margin-bottom: 30px;
	}
	
	/* ---------------------------------------------------------------- */
	/* Blurb
	/* ---------------------------------------------------------------- */
	
	.blurb {
		width: 100%;
		margin-bottom: 50px;
	}
	
	/* ---------------------------------------------------------------- */
	/* New For Sale board
	/* ---------------------------------------------------------------- */
	
	#for-sale-board-1000 {
/* 		height: 540px; */
		margin-top: 140px;
	}
	
}

/*
	Styles in this stylesheet will apply on the following mobile devices:
	
	iPhone Plus models in landscape.
	9.7-inch retina iPad in portrait.
	10.5-inch iPad Pro in portrait.
	
	 _____________
	|  _________  |
	| |         | |   iPhone Plus models
	| |_________| |
	|_____________|
	
	 ____________
	|  ________  |
	| |        | |
	| |        | |
	| |        | |
	| |        | |    iPad
	| |        | |
	| |        | |
	| |________| |
	|____________|
	
*/