@media screen and (min-width: 768px) {
  .desktop_hide {
    display: none;
  }
}


@media screen and (max-width: 767px) {
  .mobile_hide {
    display: none;
  }
}