main {
  position: relative;
  z-index: 1;
  background: #999;
  box-shadow: 0 0.25rem 3rem black;
}
#brx-footer {
  position: sticky;
  z-index: 0;
  bottom: 0;
}
[data-header-style="Overlay"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
[data-header-style="Overlay"] .brxe-nav-menu .bricks-nav-menu > li:last-child > a {
  filter: invert(1);
}
[data-header-style="Overlay"] .video {
  width: 100%;
  height: 200px;
  border: 1px solid red;
  overflow: hidden;
  position: relative;
}
[data-header-style="Overlay"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
[data-header-style="Overlay"] .two-column-paragraph {
  column-count: 2;
  column-gap: 1.5em;
}
