.hoverObject:hover,
a:hover {
    cursor: none;
}

#cursor {
    position: fixed;
    pointer-events: none;
    display: none;
    z-index: 1000;
    width: 90px;
    height: 90px;
}

#cursor img {
    width: 100%;
    height: 100%;
}