.magnifier {
  width: 1340px;
  margin: 10px auto;
  position: relative;
  z-index: 99999999999999;    
}

.magnifier:hover {
  cursor: none;
/*   cursor: crosshair; */
}

.large {
  width: 350px;
  height: 350px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(191, 191, 191, 0.3),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(191, 191, 191, 0.1);
  background: url('../../images/img_planning_01.png') no-repeat;
  display: none;
}

.small {
  display: block;
}
