.hero-container {
    background-image: url('/imgs/assets/studio/storefront_motorcycle_full.webp');
    height: 90vh;

    .gradient {
        width: 100%;
        background: rgba(0,0,0,.4);
        background: linear-gradient(0deg,rgba(0, 0, 0, .9) 35%, rgba(222, 227, 231, 0) 55%);
    }
}

@media(min-width: 992px) {
    .hero-container {
        .gradient {
            background: #000000;
            background: linear-gradient(130deg,rgba(0, 0, 0, .9) 43%, rgba(222, 227, 231, 0) 60%);
        }
    }
}