body.elementor-page-364:not(.elementor-motion-effects-element-type-background), body.elementor-page-364 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}/* Start custom CSS *//* Nascondi il banner su desktop */
@media only screen and (min-width: 1024px) {
  .tuo-banner-class { 
    display: none;
  }
}

/* Mostra il banner solo su dispositivi mobili */
@media only screen and (max-width: 1024px) {
  .tuo-banner-class {
    display: block;
  }
}/* End custom CSS */