@media only screen and (min-width:600px) {
    .background {
        background-image: url(../images/background/glow_and_grow_home_desktop.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .logo {
        height: 7.7vh;
        margin-left: -11px;
    }

    h1 {
        font-weight: 400;
        font-size: 4.2vh;
        margin: 4vh auto;
    }
}
