.hero-section {
    background-image:
        linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('your-image.jpg');
    background-size: cover;
    background-position: center; }