.progress-marker {
  z-index: 0;
}
.image-flex {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr))
}
.flex-img {
  max-height: 50vh;
  width: auto;
  max-width: 95%;
  margin: 0 auto;
}
.modal-content {
  max-height: unset;
  overflow-y: scroll;
}
@media screen and (max-width: 996px) {
  .image-flex {
    display: block;
  }
}