body, html {
    height: 100%;
}

.bg {
    background-color: white;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 600px) {
    .bg {
        height: auto;
    }
}
