.modal-img-wrapper {
  max-height: 250px;
  height: 250px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f9f9f9;
}

.modal-img-wrapper img {
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}