.custom-tooltip {
  background: #000;
  padding: 0.25rem 0.75rem;
  border-radius: 0.25rem;
  color: #fff;
}
.custom-tooltip:before {
  content: "";
  display: block;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #000;
  border-left: 10px solid transparent;
  position: absolute;
  top: -20px;
}

.modal-image-zoom {
  width: 50%;
  max-width: 50%;
}
.modal-image-zoom .modal-content {
  height: 600px;
  max-height: 600px;
}
@media only screen and (max-width: 921px) {
  .modal-image-zoom {
    width: fit-content;
    max-width: calc(100% - 1rem);
  }
  .modal-image-zoom .modal-content {
    height: auto;
    max-height: 100%;
  }
}

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