/* Add custom CSS styles below */ 
/* ===== حل قسري لبنر سلة على الجوال ===== */
@media (max-width: 428px) {

  section[style*="background"] {
    background-size: contain !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    min-height: 280px !important;
    height: auto !important;
  }

}