.filter-mobile
{
    display: none;
}
@media screen and (max-width: 992px){
    .filter-mobile
    {
        display: block;
        text-align: center;
    }
    .filter-form
    {
        display: none;
    }
}