.mobile-sticky-button {
    display: none;
}

/* @media (min-width: 991px) {
    .mobile-sticky-button {
        display: none;
    }
} */

.mobile-sticky-button .floating-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9;
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px 30px 20px 30px;
    border-radius: 8px 8px 8px 8px;
    min-width: 0px;
    color: #FFA103;
    background-color: #262626;
}

.mobile-sticky-button .floating-button.is-stopped {
    position: absolute;
    bottom: 0;
    right: 20px;
}