.time-line{
    background-color: rgba(255, 0, 0, 0.5);
}


.final-section {
    background: linear-gradient(to bottom, rgba(154, 154, 154, 0.5) 0%, rgba(154, 154, 154, 0.5) 100%), url("../images/final_widescreen.JPG");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}


@media only screen and (max-width: 600px) {
    .final-section {
        background: linear-gradient(to bottom, rgba(154, 154, 154, 0.5) 0%, rgba(154, 154, 154, 0.5) 100%), url("../images/final.JPG");
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }    
};
