.imageWrap {
  position: relative;
  cursor: none;
  .image {
    width: 100%;
  }
  .magnifier {
    position: absolute;
    border: 1px solid red;
    border-radius: 50%;
    box-shadow: 0 0 20px #000;
    overflow: hidden;
    pointer-events: none;
    .magnifierImage {
      position: absolute;
    }
  }
}
