/* home */

#home-page {
    margin: 0 auto;
    background-image: url("../images/double_bass.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 70vh;
}

@media screen and (min-width: 661px) {
    #home-page {
        background-size: contain;
    }
}

@media screen and (max-width: 1200px) {
    #home-page {
        max-height: 85vh;
    }
}

@media (max-width: 660px) {
    #home-page {
        background-size: cover;
        max-height: 75vh;
    }
}

@media screen and (max-width: 400px) {
    #home-page {
        max-height: 70vh;
    }
}
