.stille-nav-banner { box-sizing: border-box; width: 100%; }
.stille-nav-banner * { box-sizing: border-box; }
.stille-nav-banner__inner { width: 100%; }
.stille-nav-banner__text--mobile { display: none; }
.stille-nav-banner a { text-decoration: underline; }
@media (max-width: 767px) {
  .stille-nav-banner__text--desktop { display: none; }
  .stille-nav-banner__text--mobile { display: inline; }
}
