:host tds-header-item {
  display: none;
}
:host tds-header-item {
  width: var(--tds-header-brand-item-width);
}
:host tds-header-item ::slotted(*) {
  background-image: var(--tds-header-logotype-local), var(--tds-header-logotype-cdn);
  background-size: var(--tds-header-brand-logo-size) auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (width >= 992px) {
  :host tds-header-item {
    display: block;
  }
}