@media screen and (min-width: 768px) {
  .article__image .image__hero__scale {
    height: auto !important;
    max-height: 450px !important;
  }
  
  .article__image .image__hero__frame {
    --aspect-ratio: 2.6 !important;
  }
  
  .article__image .image__hero__pane {
    max-height: 450px !important;
    overflow: hidden;
  }
}