.hero-story-single {
  margin-bottom: var(--space-space-sm);
  position: relative;
}
.hero-story-carousel .swiper-pagination-fraction.swiper-pagination {
  margin-top: var(--space-space-3xl);
}
.hero-story-trending .article-teaser-item {
  margin-bottom: var(--space-space-sm);
}
.hero-story-section .sponser-stripe-wrap {
  margin-bottom: var(--space-space-lg);
}
.hero-story-section .media_embed .video-wrapper {
  height: 100%;
  width: 100%;
  padding: 0;
}
@media only screen and (max-width: 960px) {
  .hero-story-single .media_embed,
  .hero-story-section .video-wrapper img {
    border-radius: 0;
  }
  .hero-story-single .article-text {
    padding: 0 var(--space-space-lg);
  }
  .hero-story-section .in-article-wrapper {
    padding-top: 0;
  }
}

