.video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video iframe,  
.video object,  
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}




/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	/*#wrapper {
			width: auto		
			max-width: 100%
	}*/

}

/* Medium Devices, Desktops */

@media only screen and (max-width : 992px) {
	#header { 
		background-size: contain;
   		height:230px;
	}
	

}

/* my800 */
@media only screen and (max-width : 800px) {
	body {overflow-x: hidden;}
	#footer div {float:none; width: 90%; margin:0 auto 20px;}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

iframe {
     
	width: 100%;
	 
	 
}
	#header { 
   		height:200px;
	}
	#content {background: none}
	#left {margin-left:-103%; }
	#main { margin: 0 0 0 182px; padding:20px 10px 30px 10px;}
	#right { width: 90%; margin: 10px auto;  text-align: center;}
}

/* my640 */
@media only screen and (max-width : 640px) {
	#maket {max-width: 98%; border: 0; padding: 1%}
	#header { 
   		height:180px;
	}
	#content {float: none;}
	#left {float: none;  margin: 10px auto; }
	#lift ul {margin: 0 auto}
		#lift ul a {display: inline-block}
	#main {margin: 0; padding: 0}
}

/* my560 */
@media only screen and (max-width : 580px) {
	#header { 
   		height:160px;
	}
}


/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
	img {
		max-width: 97%;
		height: auto;
	}

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	#header { 
   		height:100px;
	}
	#right {width:100%; }
	
	 
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	/**/
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	/**/
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	/**/
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
 	/**/
}
