.js-slider {
  position: relative;
  width: 100%;
  height: 70vh;
  padding: 0;
  margin: 0;
  margin-top: 125px;
  list-style: none;
  /* margin-top: 107px; */
}

.js-slider__item {
  background: no-repeat center center fixed;
  background-size: cover !important;
  transition: all 0.8s ease-in-out;
  height: 100%;
  background-position: center center !important;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  /* background-attachment: fixed !important; */
  left: 0;
  right: 0;
  bottom: 0;
}

.js-slider__item.is-active {
  opacity: 1;
}

.js-slider__item-inner {
  position: relative;
  height: 400px;
}

@media screen and (min-width: 769px) {
  .js-slider__item-inner {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 48.8211739883%;
  }

  .js-slider__item-inner:last-child {
    margin-right: 0;
  }
}

.js-slider__item-header {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background-color: var(--white-color);
  color: #333;
  margin: 10px;
}

@media screen and (max-width: 600px) {
  .js-slider {
    height: 40vh;
    margin-top: 80px;
  }
}
