/* Reset Bootstrap class dependent designations */ .site-main .row > .component:not(.col-xs-12) {
  position: static;
  z-index: auto;
  background-color: transparent;
}
/* Layer adjustment for non-components including Video */ .site-main .row > .component:not(:has(#background-video)) {
  position: relative;
  z-index: 3;
  display: flow-root;
  background-color: #ffffff;
}
