.banner-image{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -1;

    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}


@media screen and (min-width: 1600px) {
    .container {
        max-width: 1170px !important;
    }
}