.cover-story-banner {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 60rem) {
  .cover-story-banner {
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem;
  }
}
.cover-story-banner__img {
  width: 100%;
  position: relative;
  padding-bottom: 54%;
}
.cover-story-banner__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
}
.cover-story-banner__caption {
  background-color: var(--wp--preset--color--primary);
  padding: 0.5rem 0.75rem;
}
.cover-story-banner h2 {
  font-size: 2.125rem;
  line-height: 2.75rem;
  font-family: var(--wp--preset--font-family--abril-fatface);
  margin: 1.25rem 0;
  font-style: italic !important;
}
@media (min-width: 48rem) {
  .cover-story-banner h2 {
    font-size: 3.375rem;
    line-height: 3.75rem;
  }
}
.cover-story-banner__excerpt {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .cover-story-banner__excerpt {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 1.25rem;
  }
}
