#top.hero {
    background-image: linear-gradient(180deg, rgba(15, 28, 46, 0.35), rgba(15, 28, 46, 0.55)),
        url("../../../assets/blog/strategie/zweitpass-im-ausland-schnellste-wege/hero.webp");
    background-position: 50% 35%;
}
@media (max-width: 720px) {
    #top.hero {
        background-position: 50% 25%;
    }
}
