@media (min-width: 769px) {
    #quotes .elementor-heading-title {
        cursor: none !important;
    }
}

#lm-cursor {
    position: absolute;
    pointer-events: none;
    z-index: 1000;
    width: 160px;
    height: 160px;
    background-size: contain;
    background-repeat: no-repeat;
    rotate: -12deg;
    display: none;
    transition: transform 100ms ease;
}

#lm-cursor.expand {
    transform: scale(0.8);
}

#lm-cursor.active {
    display: block;
}

@media (max-width: 768px) {
    #lm-cursor {
        display: none !important;
    }
}