#header_helpers {
    width: calc( 100vw - var(--scroll_width) );
    position: fixed;
    top: 0;
    z-index: 999999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    background-color: var(--white);
    border: solid 1px green;
}
#header_helpers_text {
    font-size: 0.5em;
}
@media (min-width: 576px) {
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
}