.toolbar {
    position: fixed;
    z-index: 10000;
    top: 55px;
    right: -220px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 254px;
    display: none !important;
}


@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {

.btn-container-velocity {
    width: 100px;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -70px !important;
}
}