/* Desktop */
@media only screen and  (min-width: 575px){    
  .mobile-hide{Display:none !important}
}
/* Mobile */
@media only screen and (max-width: 575px) and (min-width: 320px){    
  .desktop-hide{Display:none !important;}
}