html,body {
    scroll-behavior: smooth;
}
.swiper {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
    .header_fixed {
        position: sticky !important;
    }

    .js-slider-text {
        overflow: hidden !important;
    }
}
