.wrapper {
    display: unset !important;
}

body {
    background: white;
    margin: auto;
    max-width: 1440px;
}

#scania-header-image {
    background-image: url("scania_background.png");
    background-position: center top+30%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 18rem;
}

#scania-header-logo {
    width: 100%;
}


@media (max-width: 750px) and (min-width: 250px) {
    body {
        padding: 0;
    }

    #scania-header {
        padding: 0;
    }

    #scania-header-image {
        height: 6rem;
    }

}
