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

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

div.footer {
    /* sort of deletes the footer rather than just hides it */
    display: none;
    /* visibility: hidden; */
}
