
/* =====================================================================
   ART IMAGE — V51
   Solo una correzione:
   - Home mobile: animazione leggermente più in basso.
   ===================================================================== */

@media screen and (max-width:820px) {
  body.ai-home-page #aiMobileHomeSlideshow.ai-mobile-home-active {
    margin-top:clamp(58px, 13vw, 76px) !important;
  }
}

@media screen and (max-width:360px) {
  body.ai-home-page #aiMobileHomeSlideshow.ai-mobile-home-active {
    margin-top:48px !important;
  }
}
