bb-display-board-loader {
  .loader-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    .background {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: $bb-display-board-bg-image;
    }
    .logo {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url($bb-display-board-header-brand-logo-url-path);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 25% 25%;
    }
  }
}
