/* Keep the editorial split hero at tablet widths used by the in-app preview. */
@media (min-width:701px) and (max-width:850px) {
  .detail-hero {
    grid-template-columns:46% 54%;
    min-height:620px;
  }

  .detail-image {
    height:auto;
    order:0;
  }
}
