.image-slideshow {
  .slideshow__text-wrapper.banner__content {
    @media screen and (min-width: 641px) {
      z-index: 3;
    }
    @media screen and (min-width: 641px) {
      padding: 0 !important;
    }
    .banner__box {
      @media screen and (min-width: 641px) {
        padding: 0 !important;
      }
    }
  }
  .banner__content--bottom-center {
    .banner__buttons {
      @media screen and (min-width: 751px) and (max-width: 989px) {
        padding-bottom: 50px;
      }
      @media screen and (min-width: 990px) {
        padding-bottom: 9rem;
      }
    }
  }
  .custom_btn {
    .slider-counter {
      @media (min-width: 641px) and (max-width: 989px) {
        bottom: -24px !important;
      }
    }
    .slider-button--prev,
    .slider-button--next {
      @media (min-width: 651px) and (max-width: 749px) {
        display: none !important;
      }
    }
  }
}
