.large-featured-story__image {
  max-height: 23.2rem;
  transition: transform .3s ease
}
.large-featured-story .row:hover .large-featured-story__image {
  transform: scale(1.2)
}
.large-featured-story .tag-text {
  position: relative;
  z-index: 2
}
.large-featured-story .config-text__cta-wrapper {
  animation-fill-mode: none
}
.large-featured-story .cta::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0
}
@media (min-width:768px) {
  .large-featured-story__image {
    max-height: 51.4rem
  }
}
@media (min-width:992px) {
  .large-featured-story__image {
    max-height: none
  }
}
.news-listings--no-image .news-story-card__image {
  display: none
}
.news-listings .swiper-slide {
  height: auto
}
.news-listings .swiper-slide .news-story-card {
  height: 100%;
  display: flex;
  flex-direction: column
}
.news-listings .swiper-slide .news-story-card__details {
  flex: 1
}
@media (max-width:767.98px) {
  .news-listings .swiper {
    overflow: visible;
    overflow-y: hidden;
    clip-path: polygon(0 1%,1000% 1px,1000% 100.34%,0 100%);
    -ms-overflow-style: none;
    scrollbar-width: none
  }
  .news-listings .swiper::-webkit-scrollbar {
    display: none
  }
  .news-listings__section-title {
    margin-bottom: var(--sm-3)
  }
}