/* xxl-viewport.css */
@media only screen and (min-width: 1920px) {
    .header-spacing {
        margin-top: 6rem;
        height: auto;
    }

    /* id's */
    /*
    #page-banner_cardText {
        bottom: 6.35rem;
        right: 3rem;
    }
*/
    #page-footer_cardTitle.h1,
    #page-footer_cardTitle h1 {
        font-size: 4.5rem;
    }
}