.hide_mobile{
    display: none;
}

@media (min-width: 981px) {
    .hide_mobile{
        display: table-cell;
    }
}