.hero-container {
    background-image: url('/imgs/assets/artists/noize/noize3_mobile_2.jpg');
    height: 90vh;

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

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

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