/* Mobile refinement: keep the page-29 source imagery, crop away its old title block. */
@media (max-width: 760px) {
  .interaction-v48__color-visual {
    height: 150px;
  }

  .interaction-v48__color-visual img {
    top: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: auto;
    transform: translateY(-34%);
  }
}

@media (max-width: 420px) and (prefers-reduced-motion: reduce) {
  .interaction-v48__color-visual img {
    transform: translateY(-34%);
  }
}
