.desk-360 {
    background-color: rgb(94, 171, 234);
    width: 60px;
    height: 60px;
    border: 0;
    outline: none;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

@media (max-width: 768px) {
    .desk-360 {
        bottom: 100px;
    }
}