.book-fixed-button {
    position: fixed !important;
    z-index: 88888 !important;
    left: 20px !important;
    right: auto !important;
    bottom: 20px !important;
    padding: 11px 22px !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3) !important;
    font-weight: 600;
    background-color: #094f4f !important;
}
.book-fixed-button:hover {
    background-color: #bd975f !important;
}
@media (min-width:480px)  {
    .book-fixed-button {
        left: 50px !important;
        bottom: 50px !important;
    }
}
.sticky-wrapper.sticky {
    display: none;
}
.cursor, .cursor-follower {
    display: none;
}