.main#container:has(#home .main #view-container #cms-live-feed.active) {
 position: static; 
}
#home .main #view-container #cms-live-feed {
  z-index: 99;
}
body:has(#home) {
  .modal-overlay {
    z-index: 9;
  }
  #lightbox {
    z-index: 999;
  }
}
@media only screen and (min-width: 1024px) {
    #app:has(.alert-banners .banner) .sticky-nav.nav-down {
        margin-top: 190px;
    }
}