.ps-page--shop .ps-shop-brand img{
  display:none;
}
@media (max-width: 768px) {
  .banner1 img, .banner2 img {
    min-height: auto; 
    object-fit: cover;
}
    .mobile-menu-wrapper .social-icon {

        background-color: transparent;
        color: #ffffff !important;
    }
  .mobile-menu-wrapper .social-icon:hover {

        background-color: transparent;
        color: var(--bb-primary); !important;
    }
}