/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 11 2026 | 19:26:00 */
/* SHAKAZAMBA Aurora — profondità controllata dell'avatar home. */
@media (min-width: 768px) and (prefers-reduced-motion: no-preference) {
  body.home .vlt-section__ken-burn-background img {
    translate: var(--sz-avatar-parallax-x, 0px) var(--sz-avatar-parallax-y, 0px);
    transition: translate 480ms cubic-bezier(.16, 1, .3, 1);
    will-change: translate;
  }
}