/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 17 2025 | 08:18:06 */
@media (max-width: 767px) {
  .banner-image.wd-bg-position-center,
  .wrapper-content-banner.wd-fill.wd-items-middle.wd-justify-right {
    display: block !important;
    width: 100% !important;
    position: relative !important;
    float: none !important;
    clear: both !important;
    margin: 0 auto !important;
  }

  /* Se c'è un contenitore che usa flex orizzontale */
  .banner-wrapper, .your-parent-container {
    display: block !important;
    flex-direction: column !important;
  }
}

@media (max-width: 767px) {
  .banner-image.wd-bg-position-center {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    margin: 0 auto !important;
  }
}

