body {
  background: url('/img/background.png') no-repeat center top fixed !important;
  background-size: cover !important;
}

body::before,
body::after {
  content: none !important;
}

#banner {
  background: transparent !important;
  background-attachment: fixed !important;
}

#banner .full-bg-img,
#banner .mask {
  background: transparent !important;
  background-color: transparent !important;
}

.banner[parallax="true"] {
  transform: none !important;
}

#board {
  background-color: var(--board-bg-color) !important;
}
