#container-floating {
    position:fixed;
    bottom:25px;
    right:25px;
    z-index:10000;
}
.btn-floating {
    overflow-y: scroll;
    box-shadow: 0 0 16px 0 rgba(63,66,87,.1);
}
