

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