@media screen and (min-width: 0px) and (max-width: 720px)
{
  .mobile-hide{ display: none; }
}

@media screen and (min-width: 721px)
{
  .pc-hide{ display: none; }
}