.ui.floating-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .ui.floating-btn {
        display: none;
    }
}