.banner-item {height: 40px; min-height: 40px; max-height: 40px;}
.banner { margin-bottom: 0.625rem;}

@media (max-width: 480px) {
  .banner {
    min-height: 40px;
    height: 40px !important;
    max-height: 40px;
  }
 .banner-slider {height: 40px;}
 .banner-item {
    min-height: 40px;
    height: 40px;
    max-height: 40px;
  }
.banner-content p {padding: 0 0rem;}
}