#banner {
    background: linear-gradient(rgba(0, 0, 0, 0.6),
            rgba(0, 0, 0, 0.6)),
        url('../../img/banner.jpg') fixed center center;
    padding: 30px 0px;
    margin-top: 60px;
}