.modal-backdrop.show {
  background-color: #000000;
  opacity: 0.3;
}

.modal-img {
  width: 100%;
  /*max-height: 400px;*/
  object-fit: contain;
}

#popupModal {
  background-color: rgba(2,9,23,0.79);
}

