.brx-body {
  min-height: 100vh;
  background-color: var(--bricks-color-7c57f2);
}

/* resize containers to 768 at 991 breakpoint (unless .no-resize class is applied) */
@media (max-width: 991px) {
  .brxe-container:not(.no-resize) {
    max-width: 768px;
  }
}

.home #brx-header > section {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
}