@media only screen and (min-width: 1025px) {
        .git_mobile_only {
            display:none !important;
      }
}
 
@media only screen and (max-width: 1026px) {
      .git_desktop_only {
          display:none !important;
      }
} 