#tm-js-header {
  display: none !important;
}
#tm-noscript-header {
  display: block !important;
}
#tm-noscript-header nav {
  display: none !important;
}
@media screen and (min-width: 960px) {
  #tm-noscript-header nav {
    display: flex !important;
  }
}
