* {box-sizing: border-box;}

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  /* Set the size of the magnifier glass: */
  width: 180px;
  height: 180px;
}
