@media only screen and (max-width: 767px) {

.mobile-hide {
  display: none!important;
}
  
}

@media only screen and (min-width: 767px) {

.desktop-hide {
  display: none!important;
}
  
}