#welcome-visitors {
    background: lightgreen;
    width: calc(
        100vw - 16px
    ); /* Adjust based on total left + right margin/border/padding */

    /* Override flex properties */
    flex: none; /* or flex: none; */
}

#welcome-visitors .journal {
    /* may want to hide journal only on first page */
    visibility: hidden;
}
