@media screen and (min-width: 1280px) {
    :root {
        --headerHeight: 120px;
        font-size: 1.25rem;
    }

    h1 {
        font-size: 3.5rem;
    }

    .bgImage img {
        object-position: center -60vh;
        /* object-position: center -420px; */
    }

    .profileImage .imageWrapper {
        width: 35vh;
        height: 35vh;
    }

    .profileText {
        max-width: 800px;
    }
}
