/* Applied only to audited watch-page heroes that previously displaced the player. */
.hero .hero-grid.ent-watch-hero {
  display: block;
}
.ent-watch-hero .video-card,
.ent-watch-hero .video-shell {
  width: 100%;
  max-width: 1100px;
  margin: 24px auto;
}
.ent-watch-hero .hero-visual {
  max-width: 640px;
  margin: 32px auto 0;
}
.ent-watch-hero iframe {
  display: block;
  width: 100%;
  border: 0;
}
@media (max-width: 600px) {
  .ent-watch-hero .video-card,
  .ent-watch-hero .video-shell {
    margin: 18px auto;
  }
}
