@media only screen and (max-width: 960px) {
    .mobile_row_hide {
        display: none;
    }
}