/* Watch videos: one calm, editorial column at every screen size. */
.watch-list{
  display:block !important;
  max-width:1240px;
}
.watch-list .video-card{
  display:block !important;
  margin:0 0 clamp(4rem,7vw,6.5rem) !important;
}
.watch-list .video-card:last-child{margin-bottom:0 !important}
