@charset "UTF-8";


.at {
	position: relative;
}


.mov {
	position: absolute;
	left: 23px;
	top: 10px;
	height: 480px;
	width: 853px;
	bottom: 20px;
}


.at2 {
	position: relative;
}


.mov2 {
	position: absolute;
	left: 23px;
	top: 2%;
	height: 480px;
	width: 853px;
}


.mov_bg{
    background-image: url(../img/Img_mov_back.jpg);
    background-repeat: repeat-y;
	background-size: contain;
}

.embed-container { position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 90%;
	margin-left: auto;
	margin-right: auto;
	
} 
.embed-container iframe, .embed-container object, .embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }