.route-home .hero {
    background-color: #090b0f;
    background-image: url('../img/hero-footage-v2.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 820px) {
    .route-home .hero {
        background-position: 62% center;
    }
}
