.home-page {
    padding-top: 134px;
    z-index: 1;
}

.home-page__background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 169px;
    object-fit: cover;
    object-position: 0 30%;
    z-index: -1;
}

.home-page .container--home-page {
    max-width: 750px !important;
    margin: auto;
}


@media screen and (max-width: 767px) {
    .home-page {
        padding-top: 0;
    }

    .home-page__background-image {
        position: relative;
        max-height: 96px;
    }

    .home-page .container--home-page {
        padding: 0;
    }
}
