#home {
    height: 100%;
    background: url(../images/gallery/parasite-gallery-03.jpg) no-repeat center center fixed;
    background-size: cover;
    overflow: hidden;
}

#home main {
    height: 100vh;
}

#home .rwd_picture {
    display: block;
    max-width: 427px;
    margin-bottom: 2em;
}

#home .content {
    max-width: 100%;
    height: 100%;
}

@media screen and (max-width: 900px) {
    #home {
        background-image: url(../images/backgrounds/parasite-home-tablet-bg.jpg);
    }
}

@media screen and (max-width: 480px) {
    #home {
        background-image: url(../images/backgrounds/parasite-home-mobil.png);
    }
    #home footer {
        display: none;
    }
}