
.img-magnifier-container {
  position:relative;
  margin-left: 9%;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  /* border-radius: 50%; */
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 3in;
  height: 3in;
}