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