﻿.wph-parallax {
    transform-style: preserve-3d;
    transform-origin: center;
    transition: transform 200ms ease;
    will-change: transform;
}

.wph-parallax.wph-parallax-active {
    transition: transform 0ms;
}
