@media only screen and (max-width: 575.98px) {
    #mob-menu-cust{
        z-index:999 !important;
    }
    .mobile-sticky{margin-left: -100%;}
}

@media only screen and (max-width: 344px) {
    
    .mobile-sticky img {
    padding-left: 20% !important;
    height: auto !important;
}
.mobile-sticky {
    margin-left: 0%;
}
}