
@media only screen and (min-width: 769px) {
  .hide-for-desktop {
    display:none!important;
  }
}
@media only screen and (max-width: 768px) {
  .hide-for-mobile {
    display:none!important;
  }
  .site-header-sticky{
   height:auto!important 
  }
}