/* Brands page overrides */
.small-banner{padding:80px 0;background:rgba(0,0,0,0.5)}
.brands-grid .single-menu{min-height:120px}
.brands-grid .brand-image{width:100%;height:260px;object-fit:contain;background:#fff;border:1px solid #eee;border-radius:6px;display:block;margin-bottom:10px;padding:6px}

/* Responsive image heights for perfect fit */
@media (max-width: 991px){
  .brands-grid .brand-image{height:220px}
}
@media (max-width: 576px){
  .brands-grid .brand-image{height:180px}
}
