
.banner {
    background-size: cover;
    width: 100%;
    height: 500px;
}

.banner-area {
    position: absolute;
}

.param-eq-value {
    font-size: 70pt;
    color: #79a53d;
}

/* Sezione CAR */

#roadbox img {
    width: 539px;
    left: 590px;
    position: relative;
}

#car {
    position: relative;
    left: 814px;
    margin-top: -168px;
}

/*==============*/

#TitoloMobile {
    color: #9bad9b;
}

#mobile {
    margin-top: 40px;
    width: 550px;
}

#carimg {
    width: 172px;
}

@media (max-width:1200px) {
    .banner {
        background-size: cover;
        width: 100%;
        height: 428px;
    }

    #mobile {
        margin-top: 40px;
        width: 480px;
    }

    .param-eq-value {
        font-size: 45pt;
    }

    #roadbox img {
        width: 539px;
        left: 387px;
        position: relative;
    }

    #carimg {
        width: 172px;
        right: 205px;
        position: relative;
    }
}

@media (max-width:990px) {

    .param-eq-value {
        font-size: 45pt;
    }

    .banner {
        background-size: cover;
        width: 100%;
        height: 305px;
    }

    #mobile {
        margin-top: 40px;
        width: 330px;
    }

    #roadbox img {
        width: 423px;
        left: 264px;
        position: relative;
    }

    #carimg {
        width: 172px;
        right: 393px;
        position: relative;
    }
}

@media (max-width:767px) {

    .param-eq-value {
        font-size: 45pt;
    }


    .banner {
        background-size: cover;
        width: 100%;
        height: 305px;
    }

    #roadbox img {
        width: 416px;
        left: 99px;
        position: relative;
    }

    #carimg {
        width: 141px;
        right: 545px;
        position: relative;
    }

    #mobile {
        margin-top: 40px;
        width: 280px;
    }
}

@media (max-width:750px) {

    .param-eq-value {
        font-size: 45pt;
    }
}

@media (max-width:550px) {

    .param-eq-value {
        font-size: 45pt;
    }
}
