/* Performance Optimizations */
.tp-motion-effect[data-tp-vertical-scroll],
.tp-motion-effect[data-tp-horizontal-scroll],
.tp-motion-effect[data-tp-rotate],
.tp-motion-effect[data-tp-scale] {
    will-change: transform;
}

.tp-motion-effect[data-tp-transparency] {
    will-change: opacity;
}

.tp-motion-effect[data-tp-blur] {
    will-change: filter;
}