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

    .logo {
        margin-top: -2vh;
        height: 3.8%;
    }

    h1 {
        font-size: 2.8vh;
        font-weight: 300;
        margin: 0 auto;
        line-height: 1;
    }
}