#gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 100;
}

#gallery-modal button {
  position: absolute;
  background: none;
  border: none;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

#gallery-modal #prev {
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#gallery-modal #next {
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

#gallery-modal #close {
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
}

#modal-content img,
#modal-content video {
  max-width: 90vw;
  max-height: 90vh;
}

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