/*.hero__gradient,*/
#firstthings h2,
#go__to__bar {
    display: none !important;
}

.hero__gradient {
    width: 55vw !important
}

.hero__container--page .hero__bg {
    max-width: none !important;
}

@media (max-width: 1047.98px) {
    .hero__gradient {
        display: none !important;
    }

    #firstthings {
        padding-top:0px;
    }

    #firstthings .bg__img {
        display: none !important;
    }
}