/* Disable parallax transforms only on narrow coarse-pointer devices */
@media screen and (max-width: 980px) and (any-pointer: coarse) {
    [data-parallax] {
        transform: none !important;
    }
    
    #banner .image img[data-parallax] {
        transform: none !important;
    }
}
