.side-button-wrapper-ar {
    position: fixed;
    left: 16px;
    bottom: 20px;
    z-index: 9999;
    gap: 10px;
}
@media(min-width: 768px) {
    .side-button-wrapper-ar {
        top: 40%;
        left: 0 !important;
        bottom: auto;
        gap: 35px;
    }
}

