.Loupe {
  position: absolute;
  z-index: 1;
  /*Set the size of the magnifier glass:*/

  width: 75px;
  height: 75px;

  cursor: crosshair;

  border: 3px solid #f0f0f0;
  border-radius: 50%;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
}
