.ing-body-inner {
    min-height: 50vh;
}

.ing-body .image-container img {
    height: 100%!important;
    }

@media (max-width: 990px) {
  .ing-body .image-container img {
    height: 70%!important;
    }
}

@media (max-width: 767.98px) {
  .ing-body .image-container img {
    height: 100%!important;
    }
}