		/* Responsive */
		@media only screen 
		and (min-width : 320px) 
		and (max-width : 1024px) {
			#wrapper {min-width: 1024px;}
			.dd-header-bg img { width: auto;}
			.dd-header .sliderContainer {width: 1024px; overflow:hidden;}
			.landing-header .wsite-header {height: 450px !important;}
			.tall-header .wsite-header {height: 300px !important;}
			.short-header .wsite-header {height: 150px !important;}
		}


		/* DD HEADER */
		
		@media only screen 
		and (min-device-width : 1024px) 
		and (max-device-width : 1366px) {
			.dd-header-bg img { width: auto; height: 100%; }
			.dd-header .sliderContainer {width: 1300px; overflow:hidden;}
		}

		@media all  
		and (max-width: 1300px)
		and (min-width: 1024px) {
			#wrapper {min-width: 1024px;}
			.dd-header-bg img { width: auto !important; height: 100%; }
		}