.hero-container {
    background-image: url('/imgs/assets/services/spiders/daddy_long_legs_upside_down_cellar_portrait.jpg');

    .gradient {
        background: linear-gradient(0deg, rgba(14, 14, 14, .8) 40%, rgba(14, 14, 14, 0) 80%);
    }
}

@media(min-width: 768px) {
    .hero-container {
        background-image: url('/imgs/assets/services/spiders/daddy_long_legs_upside_down_cellar_landscape.jpg');

        .gradient {
            background: linear-gradient(95deg, rgba(14, 14, 14, .8) 40%, rgba(14, 14, 14, 0) 80%);
        }
    }
}
