@media screen and (min-width: 1000px) {
    .custom-html--sitecore .body-content .ui-container #ai-hero .row.ai-hero-header #block-content .hero-c-image img {
      width: 100%;
      height: 100%;
    }
  }
  @media only screen and (min-width: 375px) and (max-width: 999px) {
    .custom-html--sitecore .image-module.two-thirds-container .two-thirds {
      height: auto;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 999px) {
    .custom-html--sitecore .image-module.two-thirds-container {
      height: auto;
    }
  }
  