

.bg-home {
    background: url('/img/soon.webp') no-repeat center center;
    background-size: 100% 100%;
    height: 100vh;
    background-position: center center;
}

@media only screen and (max-width: 600px) {
    .bg-home{
        background: url('/img/soon.webp') no-repeat center center;
        width: 100%;
        height: 30vh;
        background-size: 100% 100%;
    }
}
/* End of Mobile */

/* Tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
    .bg-home{
        background: url('/img/soon.webp') no-repeat center center;
        width: 100%;
        height: 90vh;
        background-size: 100% 100%;
    }
}