/* ===== Mobile logo resize ===== */
@media (max-width: 768px) {
  #idHeaderZone img {
    max-width: 100px !important; /* adjust as needed */
    height: 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;
  }
}
