#kc-cat-paw {
    position: fixed;
    z-index: 9999;
    display: none;
    top:-140px;
    left:-150px;
    transform: translate(-300px, -280px);
    transition: transform .75s;
}

#kc-cat-paw svg {
    transform-origin: 150px 140px;
    transform: rotate(90deg);
}