.magnify{
  border-radius: 1%;
  border: 5px solid #ffffff17;
  transition: opacity 0.25s ease;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
}