.featured-article {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.featured-article.editor a {
  pointer-events: none;
}
.featured-article .image-link-wrapper {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured-article .image-link-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.featured-article .article-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px;
  background: var(--secondary);
  opacity: 0.8;
  color: var(--white);
  font-family: var(--font-body);
}
.featured-article .article-meta h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: var(--text-md);
}
