@charset "UTF-8";

#image-modal {
  display: none;
  position: fixed;
  z-index: 2147483200;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.92);
}

#image-modal .modal-content,
#image-modal #img01 {
  display: block;
  max-width: min(92vw, 1200px);
  max-height: 82vh;
  width: auto;
  height: auto;
  margin: 5vh auto 0;
  object-fit: contain;
}

#image-modal #caption {
  min-height: 1.5rem;
  max-width: min(92vw, 1200px);
  margin: 0.75rem auto 2rem;
  color: #ccc;
  text-align: center;
  line-height: 1.6;
}

#image-modal .close {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  color: #f1f1f1;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  opacity: 0.9;
}

#image-modal .close:hover,
#image-modal .close:focus {
  color: #fff;
  opacity: 1;
  text-decoration: none;
}

.legacy-image-modal-target {
  cursor: zoom-in;
}
