
#s360-button {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.s360-float-left {
    left: 20px;
}
.s360-float-right {
    right: 20px;
}
#s360-button img {
    width: 30px;
    height: 30px;
}
