body {
    overflow-x: hidden !important;
}

.custom-header {
    background-image: url(../img/img/suzgbr_main_1920x1080.jpg) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 100vh !important;
}

@media (max-width: 415px) {
    .container-fluid {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media (max-width: 990px) {
    .custom-header {
        height: 100vh !important;
    }

    .custom-header img {
        width: 85% !important;
        height: auto !important;
    }
}