/* ===== Mobile logo resize ===== */
@media (max-width: 768px) {
  #idHeaderZone img {
    max-width: 100px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}

/* ===== Force slider visible on small screens ===== */
@media (max-width: 768px) {
  .WAWidgetSlideshow,
  .WAWidgetSlideshow * {
    display: block !important;
    visibility: visible !important;
  }

  /* Scale slider images to fit screen */
  .WAWidgetSlideshow img {
    width: 100% !important;
    height: auto !important;
  }
}

/* Hide on mobile screens (tablet & smaller) */
@media (max-width: 768px) {
  .my-hide-mobile {
    display: none !important;
  }
}

/* ===== Body logo resize on mobile ===== */
@media (max-width: 768px) {
  img[src*="logo-ugaana"] {
    max-width: 120px !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}