.sticky-relaunch-banner {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 100px !important; /* Change this number to match the height of your nav bar */
    z-index: 999 !important;
}