.article-featured-video {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 600px;
}

.article-featured-video video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 749px) {
  .article-featured-video {
    height: 430px;
  }

  .article-featured-video video {
    height: 430px;
  }
}
