
  .home-slider.only-mobile-slide-home-banner {
    display: block;
  }
  @media only screen and (min-width: 40.01rem) {
    .home-slider.only-mobile-slide-home-banner {
      display: none;
    }
    .home-slider.desktop-slide-home-banner {
        display: block;
    }
  }

  @media only screen and (max-width: 40rem) {
    .home-slider.desktop-slide-home-banner {
      display: none !important;
    }
  }