@charset "UTF-8";


.at {
	float: left;
	width: 100%;
	background-image: url(../images/04.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-size: 100% auto;
	background-color: #050000;
	height: 200px;
}


.mov {
	float: left;
	width: 80%;
	/* [disabled]height: 336px; */
	position: absolute;
	top: 50px;
	left: 10%;
	right: 10%;
}


.at .mov iframe {
	width: 100%;
	height: auto;
}
