/* Narrow editorial column for Watch on desktop, matching the supplied reference. */
@media(min-width:760px){
  .watch-intro,
  .watch-list{
    max-width:43rem !important;
    margin-left:auto;
    margin-right:auto;
  }

  .watch-intro,
  .watch-list{padding-left:0 !important;padding-right:0 !important}
}

@media(max-width:759px){
  .watch-intro,
  .watch-list{max-width:none}
}
