html, body {
    height: 100%;
  }
.banner_row{
    padding-right: 1px;
    padding-left: 1px;
}

.row{
    margin-bottom: 5px;
}


.background-image {
    background-image: url("../images/bg_landing_c.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow-x: hidden;
    padding-top: 15px;
}


@media (max-width:576px) {
    .bannerimg{
        content: url("../images/bg-sieuxe-mobile.webp");
    }
}