.colored_image_content .image_col {
  background-size: cover;
  background-position: center center;
  min-height: 100% !important;
  background-color: var(--grey-color);
}

@media screen and (max-width: 991px) {
  .colored_image_content .image_col {
    aspect-ratio: 1/0.6;
  }
}
