.header-container {
  min-width: 95% !important;
}

@media (max-width: 768px) {
  #header {
    height: 64px !important;
    min-height: 64px !important;
  }

  .header-container {
    width: calc(100% - 28px) !important;
    min-width: 0 !important;
    max-width: none !important;
    height: 64px !important;
    min-height: 64px !important;
    padding: 0 !important;
  }

  .header-brand,
  .header-navi,
  .header-user-info {
    height: 64px !important;
    align-items: center !important;
  }

  .header-icon,
  .header-icon-dark {
    width: 116px !important;
    max-width: 116px !important;
    height: auto !important;
    position: static !important;
  }

  .mobile-header-menu-items {
    position: static !important;
    width: 28px !important;
    height: 28px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}
