

.magnify {

	z-index: 1;

	position:absolute;

	width:100%;

	margin:0px auto;

	overflow: hidden;

    background:#d2e2ef url(../images/formbg.jpg) no-repeat top center;

	background-size:1920px 546px;

}

.magnify img {

	display:block;

}

.element_to_magnify {

	position: relative;

  	height:546px;

  	overflow: hidden;





}

.element_to_magnify a {

  display:block;

  position:absolute;

  top:80px;

  right:80px;

  background-color:rgba(200, 200, 200, .25);

  padding:4px;

  font-size:18px;

  color:#fff;

}

.element_to_magnify img{

	width: 100%;

	height: auto;

}

.magnified_element {

	

}

.magnify_glass {

    top: 9%;

	left: 30%;

	z-index: 300;

	position: absolute;

	width: 120px;

	height: 132px;

	cursor: move;

}

.mg_ring {

	pointer-events: none;

	background:none;

	position: absolute;

	border-radius: 50%;



	left:-12px;

	top:-4px;

	width: 140px;

	height: 155px;

	z-index: 20;



}

.mg_zone {

	position: absolute;

	border-radius: 50%;

	top:0px;

	left: 0px;

	width: 100%;

	height: 100%;

	z-index: 10;

	overflow:hidden;

}