#outseta-assistant {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 120px;
    height: 120px;
    border: 0;
    z-index: 2147483000;
}

@media only screen and (max-width: 991px) {
    #outseta-assistant {
        display: none;
    }
}
