/*  MAKE LAYOUT RESPONSIVE at 768px FOR IPAD PORTRAIT ================================================================ */


	
		header {
			width: 93.75%; /* 720px / 768px */
		}

		#maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		.maincontent{
			width: 93.75%; /* 720px / 768px */
		}

		
		footer {
			width: 93.75%; /* 720px / 768px */
		}
		
.featured {
	position:relative;
	width:100%;
	height:100%;
	text-align:center;
	z-index:10000;
	color:#fff;
	font-size:3em;
	letter-spacing:.1em;
	}