.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  width: 120px;
  height: 120px;
  box-shadow: 0 0 8px rgba(0,0,0,0.5);
  background-repeat: no-repeat;
  background-size: 200% 200%;
  z-index: 10;
  display: none;
}

.caption {
  text-align: center;
  font-weight: 500;
  margin-top: 0.5rem;
}

.min-vh-50 {
  min-height: 50vh;
}

/*# sourceMappingURL=style.css.map */
