.modal-content {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 0;
  margin: 0;
  overflow: auto;
  width: auto;
  height: auto;
  max-width: 75vw;
  max-height: 75vh;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}
