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

@media(min-width: 768px) {
    .hero-container {
        .gradient {
            background: linear-gradient(95deg, rgba(14, 14, 14, .8) 40%, rgba(14, 14, 14, 0) 80%) !important;
        }
    }
}
