.magnifier {
  position: relative;
}

.magnifier-view {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	box-shadow: 0 0 0 7px rgba(255,255,255,0.8), 0 0 7px 7px rgba(0,0,0,0.3), inset 0 0 40px 2px rgba(0,0,0,0.3);
	background-repeat: no-repeat;
  position: absolute;
  z-index: 99;
	display: none;
}
