/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@media (max-width: 992px) {
.sticky-desktop-wrapper {    
    display: inline-block !important;
}
  #desktop-header {
    display: block  !important;
  }
  #mobile-header {
    display: block  !important;
 }
 .header-top {
    display: none  !important;
  }
}
