@media (max-width: 1023px) {
    .custom-cursor {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    body,
    a,
    button,
    .skill-bubble,
    .skill-icon,
    .island-link,
    .footer-link,
    .polaroid,
    #back-to-top {
        cursor: auto !important;
    }
    a, button, .island-link, .footer-link, #back-to-top {
        cursor: pointer !important;
    }
}
