/* Keep third-party players within the article column, including on phones. */
.prime-news-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 24px 0;
  background: #111;
}
.prime-news-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.prime-news-source-note { font-size: 0.85em; }
.prime-news-source {
  margin: 24px 0;
  padding: 16px 20px;
  border-left: 3px solid #087bbb;
  background: #f5f7fa;
  overflow-wrap: break-word;
}
.prime-news-source p:last-child { margin-bottom: 0; }
.prime-news-video--tveyes { overflow: hidden; }
.prime-news-video--tveyes iframe {
  width: 480px;
  max-width: none;
  height: 270px;
  transform-origin: top left;
}
