@media screen and (min-width: 991px) and (max-height: 850px) {
  .overview-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .overview-section .image-container {
    height: min(55svh, 400px);
  }

  .overview-section .thumbs-wrapper .thumb-image-wrapper {
    height: min(28svh, 198px);
  }
}
