.page-background {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 50vw;
    z-index: -1;
}

@media only screen and (max-width: 768px) {
    .page-background {
        margin-top: 56px;
    }
}