.hero-container {
    background-image: url('/imgs/assets/artists/tyler_noize_storefront.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) 75%);
    }
}

@media(min-width: 992px) {
    .hero-container {
        background-image: url('/imgs/assets/artists/tyler_noize_storefront_desktop.webp');
        height: 90vh;

        .gradient {
            /* width: 50%; */
            background: #000000;
            background: linear-gradient(180deg,rgba(0, 0, 0, .94) 33%, rgba(222, 227, 231, 0) 60%);
        }

        .gradient-bottom {
            background: #000000;
            background: linear-gradient(180deg,rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 1) 99%);
        }
    }
}