.sce-stories {
  margin: 40px 0;
  text-align: center
}
.sce-stories__title {
  margin: 0 0 40px
}
.sce-stories__grid {
  max-width: 960px;
  margin: 0 -20px;
  padding: 0 20px 20px;
  overflow-x: scroll;
  display: flex;
  gap: 20px
}
.sce-stories__item {
  flex: 280px 0 0;
  height: 300px;
  position: relative;
  display: flex;
  overflow: hidden;
  background-color: #000;
  color: #fff
}
.sce-stories__item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.75) 100%);
  pointer-events: none
}
.sce-stories__item img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-width: 100%;
  transition: transform .5s
}
.sce-stories__item h3 {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: left;
  font-weight: 700;
  font-size: 1.375rem;
  line-height: normal;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  margin: 0
}
.sce-stories__item h3 small {
  display: block;
  margin-top: 10px
}
.sce-stories__item h3 span {
  background-image: linear-gradient(120deg,#fff 0,#fff 100%);
  background-repeat: no-repeat;
  background-size: 0 2px;
  background-position: 0 100%;
  transition: background-size .3s
}
.sce-stories__item:focus img,
.sce-stories__item:hover img {
  transform: scale(1.2)
}
.sce-stories__item:focus h3 span,
.sce-stories__item:hover h3 span {
  background-size: 100% 2px
}
@media (min-width:768px) {
  .sce-stories__title {
    padding: 30px 0
  }
  .sce-stories__grid {
    overflow: visible;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px
  }
  .sce-stories__item {
    height: auto;
    transition: visibility .3s,opacity .3s,transform .3s;
    visibility: hidden;
    opacity: 0;
    transform: translateY(50px)
  }
  .sce-stories__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1/3
  }
  .sce-stories__item:nth-child(1) h3 {
    padding: 40px
  }
  .sce-stories__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1
  }
  .sce-stories__item:nth-child(2) h3 {
    padding: 25px 30px
  }
  .sce-stories__item:nth-child(3) {
    grid-column: 2;
    grid-row: 2
  }
  .sce-stories__item:nth-child(3) h3 {
    padding: 25px 30px
  }
  .sce-stories__item:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3
  }
  .sce-stories__item:nth-child(4) h3 {
    padding: 36px 43px
  }
  .sce-stories__item h3 {
    padding: 20px 40px
  }
  .sce-stories__item.is-scrolled {
    visibility: visible;
    opacity: 1;
    transform: none
  }
}
/*# sourceMappingURL=sce-stories.min.css.map */
