.magnify {
  margin: 0;
  display: inline-block;
  position: relative;
}
.magnify .magnified {
  display: block;
  z-index: 10;
  margin: auto;
}
.magnify .magnifier {
  height: 200px;
  width: 200px;
  position: absolute;
  z-index: 20;
  border: 0px solid white;
  border-radius: 50%;
  background-size: 1000%;
  background-repeat: no-repeat;
  margin-left: -100px !important;
  margin-top: -100px !important;
  pointer-events: none;
  display: none;
  box-shadow: 0 0 0px 3px #00000066;
}
