#sticky-mobile-custom {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    Z-INDEX: 999;
}

/* TABLET SCREEN */
@media screen and (max-width: 768px){
    #sticky-mobile-custom.-active {
        display: block;
    }
}