/*  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 */
		}
		
		
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 99%;
	margin: 0 0 0 1em;
}
		.menucontainer {
	        width: 75%; /* 960px / 1250px */
			background: #202020;
			padding: .5em .5em .5em 2.5em;
			border-radius: 1em;
			font-size: 1.1em;
			text-align: left;
			line-height: 2em;
			margin:0 0 0 0;
}