bb-display-board-header {
  .display-board__header {
    float: left;
    width: 100%;
    background-color: $bb-display-board-header-bg-color;
    color: $bb-display-board-header-color;
    padding: 10px;
  }
  .display-board__header__logo, .display-board__header__queue-title, .display-board__header__time {
    height: $bb-display-board-header-brand-logo-height;
  }
  .display-board__header__logo {
      float: left;
      width: 20%;
      vertical-align: middle;
      background-image: url($bb-display-board-header-brand-logo-url-path);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
  }
  .display-board__header__queue-title {
    float: left;
    width: 60%;
    vertical-align: middle;
    font-size: 36px;
    text-align: center;
  }
  .display-board__header__time {
    float: left;
    width: 20%;
    text-align: right;
    font-size: 36px;
    // font-weight: 800;
    vertical-align: middle;
  }
}
