/*  MAKE LAYOUT RESPONSIVE at 1024px FOR SMALLER SCREENS ================================================================ */

		header {
			width: 93.75%; /* 960px / 1024px */
	
		}

		#maincontent{
			width: 93.75%; /* 960px / 1024px */
		}
		
		.maincontent{
			width: 93.75%; /* 960px / 1024px */
		}

		footer {
			width: 93.75%; /* 960px / 1024px */
			height: auto;
		}
		
	
	
		/* Slide Animated Block positions */
		.rsSlideMainTitle { left: 0; top: 79%; font-size: 2.3em; font-weight: bold;}
		.rsSlideSubTitle { left: 0; top: 87%; font-size: 1.3em;}
		
		.video-monitor {
			padding: 20px;
			max-width: 808px;
			width: 90%;
			margin: 0 auto;
			border: 2px solid #e0e5e9;
			-khtml-border-radius: 16px;
			-moz-border-radius: 16px;
			-webkit-border-radius: 16px;
			border-radius: 16px;
			position: relative;
			background: #f6f6f8
		}
		
		video {
			display: none;	
		}
		
		img.placeholder {
			display: block;	
		}