.sticky{ 
top:0px!important
}

@media (max-width: 768px) { 
    .sticky{ 
        top:0px!important
    }
} 