@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
	
	
	/* //////// VIDEOS /////////// */
	.index-videos #content .inner {
		width:602px;
		left:34%;
		top:45.5%;
		margin:-180px 0 0 -320px;
	}
	
	#video {
	    width:600px;
	    height:337px;
	}
	 
	#video video {
	    width:598px;
	    height:337px;
	}
	
	#video_wrapper {
		width:450px;
		height:401px;
		
	}
	
	#video_buttons {
		width:620px;
		height:30px;
	}
	
	
	/* //////// DOWNLOADS ///////// 
	
	.index-downloads #content .inner {
		left:45%;
		top:10%;
		 
	}*/
	
	/* /////// ABOUT ///////// */
		
	/* /////// SOUNDTRACK ///////// */
	#track_list ul li a:hover {
		color:#fff;
	}
	
}
