body {
    background-image: url(/assets/img/bg-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #010119;
    background-position-x: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    body {
        background-size:200%;
    }
}