
    
  @media only screen and (max-width: 768px) {
    .mobile-hide {
        display: none !important;
    }
}