.ratio img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
}
.modal-bg {
  background-color: #000c;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000001;
  display: none;
}

.modal {
    position: fixed;
    width: 600px;
    max-width: 98%;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    z-index: 1000002;
    bottom: 0;
    height: max-content;
    display: none;
    max-height: 100vh;
    transform: none;
}