/* Start custom CSS */@supports (animation-timeline: scroll()) {
    .e-6063398-14c93c9 {
        animation: scrollImg linear;
        animation-timeline: scroll();
    }
}

@keyframes scrollImg {
    0%{
        background-size: 120% auto;
    }
    20%{
        background-size: 600px auto;
    }
    40%{
        background-size: 600px auto;
    }
    60%{
        background-size: 600px auto;
    }
    80%{
        background-size: 600px auto;
    }
    100%{
        background-size: 120% auto;
    }
}/* End custom CSS */