/* Modal image */
#modal .modal-dialog {
  width: 100%;
  max-width: 100%;
}

#modal-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: fill;
  border: white 5px solid;
  border-radius: 5px;
}
