.mobile #compass {

    display: none;

    bottom: var(--mobile-titleBar-height);
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    padding: 10px;
}



.mobile #compass .icon {
    left: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
}



.mobile #compass #compassNorth {
    position: absolute;
    left: 22px;
    top: 3px;
    width: 15px;
    height: 15px;
}