@charset "utf-8";
/* CSS Document */

.vidBox {
	width: 90%;
	position: relative;
	padding-bottom: 56.25%; /* 360H * 640w  =05625*/
	height: 0;
	/*overflow: hidden;*/
	margin: 0 auto;
}

.vidBox iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	
.iframe {
	/*width: 100%;
	height: 100%;*/
}