
@media(max-width:767px){
    .mobile-tools-container {
        position: fixed;
        bottom: 10% !important;
        z-index: 1000;
        right: 3%;
    }
}
