html,
body {
    margin: 0px;
    padding: 0px;
}


/* .hero-image {
    width: 100%;
    height: 100vh;
    background-image: url("assets/images/Inviofex\ Under\ construction\ \(1\).jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000;
} */

/* Mobile version */
/* @media (max-width: 767.98px) {
    .hero-image {
        background-image: url("assets/images/Under_construction_mobile.jpg");
    }
} */

.responsive-banner {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile image override */
@media (max-width: 767.98px) {
    .responsive-banner {
        content: url("assets/images/Under_construction_mobile.jpg");
    }
}