/* When the business moves faster than the brand — page extensions (shared: insight-article.css) */

.article-figure video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;

  border-radius: var(--radius-md);
  overflow: hidden;
}

@media (max-width: 760px) {
  .article-figure video {
    border-radius: var(--radius-sm);
  }
}
