@media only screen and (max-width: 1024px) {
    .prestiti {
        height: auto;
        background: url(../img/prestiti.png) repeat-x top center;
        background-size: 2300px;
    }
    .finanziamenti {
        position: relative;
        top: 130px;
        height: 200px;
    }
    .form {
        top: 0;
        height: auto;
        margin: 40px 0;
    }
    .form .btn {
        font-size: 15px;
    }
    .form-bottom .btn {
        font-size: 22px;
    }
    .slide {
        height: 210px;
    }
    footer {
        background: url(../img/footer.png) no-repeat 100% 130%, #eee;
    }
    .prestiti h2 {
        font-size: 20px;
    }
}
/* ==== ALTRO ==== */

@media only screen and (min-width: 320px) and (max-width: 479px) {
    .finanziamenti {
        position: relative;
        top: 0;
        height: auto;
    }
    .prestiti {
        height: auto;
        background: url(../img/prestiti.png) repeat-x top center;
        background-size: 2300px;
        position: static;
    }
}
/* ==== SMARTPHONE PORT ==== */

@media only screen and (min-width: 480px) and (max-width: 599px) {
    .finanziamenti {
        position: relative;
        top: 0;
        height: auto;
    }
    .prestiti {
        height: auto;
        background: url(../img/prestiti.png) repeat-x top center;
        background-size: 2300px;
        position: static;
    }
}
/* ==== SMARTPHONE LAND ==== */

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .finanziamenti {
        position: relative;
        top: 0;
        height: auto;
    }
    .prestiti {
        height: auto;
        background: url(../img/prestiti.png) repeat-x top center;
        background-size: 2300px;
        position: static;
    }
}
/* ==== TABLET LANDSCAPE ==== */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .finanziamenti {
        position: relative;
        top: 0;
        height: auto;
    }
    .prestiti {
        height: auto;
        background: url(../img/prestiti.png) repeat-x top center;
        background-size: 2300px;
        position: static;
    }
}
/* ==== TABLET PORTRAIT ==== */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .form {
        background-color: #fff;
        right: 0;
        padding: 20px;
        border: 5px solid #eee;
        top: 20px;
        height: 650px;
        position: relative;
        width: 100%;
        z-index: 99999;
    }
    .prestiti h2 {
        font-size: 34px;
    }
    .finanziamenti h2 {
        font-size: 28px;
    }
    .slide h3,
    .slide h2 {
        font-size: 26px;
    }
    .form {
        height: auto;
        top: -30px;
    }
    h2 {
        font-size: 22px;
    }
    .form-bottom .btn {
        font-size: 22px;
    }
    footer {
        background: url(../img/footer.png) no-repeat 100% 160%, #eee;
    }
    .form h2 {
        font-size: 18px;
        color: #0084c8;
        font-weight: bold;
    }
}
/* ==== TABLET - DEKSTOP MD ==== */

@media only screen and (min-width: 1200px) {}
/* ==== DEKSTOP LARGE ==== */