 .at {
	
	width: 100%;
	height: auto;
	
	position: relative;
}
 .at .mov {
	
	width: 80%;
	position: absolute;
	left: 10%;
	top: 30px;
	right: 10%;
}
.at .iframe-wrapper {
	 position: relative;
  width: 100%;
  padding-top: 56.25%;
	
}
 .at .mov iframe {
	position: absolute;
	top: 18%;
	right: -2px;
	width: 100% !important;
	height: 100% !important;
}
