/*#banner-top .bx-wrapper .slide-items { display: flex; }*/
#banner-top {
  width: 100% !important;
  max-width: 100% !important;
}
#banner-top .bx-wrapper,
#banner-top .bx-viewport {
  width: 100% !important;
}

#banner-top .bx-wrapper .bx-controls-direction a.bx-next {
  top: inherit;
  bottom: 1.5rem;
  right: 1rem;
}

#banner-top .bx-wrapper .bx-controls-direction a.bx-prev {
  top: inherit;
  left: inherit;
  bottom: 1.5rem;
  right: 2.7rem;
}
@media (min-width: 992px) {
  #banner-top .bx-wrapper .bx-controls-direction a.bx-next {
    bottom: 3rem;
    right: 3rem;
  }

  #banner-top .bx-wrapper .bx-controls-direction a.bx-prev {
    bottom: 3rem;
    right: 7rem;
  }
}
