.am-wrapper{
	float:left;
	position:relative;
	overflow:hidden;
	width:100%;
	background: rgba(255, 0, 0, .5);
	z-index:12;
}
.am-wrapper img{
	position:absolute;
	outline:none;
	width:100%;
	background: rgba(0, 0, 255, .5);
	z-index:13;
}

#am-container{
	background: rgba(0, 255, 0, .0);
	width:100%;
	height:100%;
	min-width:100%;
	min-height:100%;
	z-index:11;
}