#concierge-button {
    position: fixed;
    bottom: 276.5px;
    right: 8px;
    z-index: 99998
}
@media (min-width: 769px) {
    #concierge-button {
        bottom: 635px;
        right: 16px;
    }
}