/* Page — rules emitted only by page-articles.php. */

/* Hero, phone: shorten the box so object-fit:cover crops the landscape
   notebook image less on narrow widths and more of the open pages stay in
   frame. The notebook is centered, so object-position stays default. */
@media(max-width:768px){
  .hero-cinematic--articles{
    min-height:60vh;
    padding-top:7rem;
    padding-bottom:3.5rem;
  }
}
