.rb-rotating-banners {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.rb-banner-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Desktop-only */
@media (max-width: 768px) {
  .rb-desktop-only {
    display: none !important;
  }
}

/* Mobile-only */
@media (min-width: 769px) {
  .rb-mobile-only {
    display: none !important;
  }
}
