.story-cards{padding: 20px 15px;overflow: hidden;}
.story-cards .story-cards-slider{overflow: unset;}
.story-cards .story-cards-slider:not(.swiper-initialized) .swiper-wrapper{gap: 10px;}
.story-cards .story-card-block{display: flex;flex-direction: column;gap: 8px;width: 70px;position: relative;height: auto;}
.story-cards .story-card-block .story-card-media{width: 70px;height: 70px;border-radius: 70px;overflow: hidden;}
.story-cards .story-card-block .story-card-media img{width: 100%;height: 100%;object-fit: cover;}
.story-cards .story-card-block .block-title{font-size: 11px;font-family: var(--font-body-family);font-weight: 500;text-align: center;display: flex;justify-content: center;align-items: center;word-wrap: break-word;max-width: 70px;margin: 0 auto;}
.story-cards .story-card-block .block-title a{color: inherit;text-decoration: none;}
.story-cards .story-card-block .block-title a:after{content: '';position: absolute;top: 0;left: 0;height: 100%;width: 100%;display: block;}
@media screen and (min-width: 750px) {
  .small-up-hide {
      display: none !important;
  }
}