﻿
#Home_Parallax {
    background: url('Images/Parallax/Home_Parallax_01.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
    width: 100%;
    clear: both;
}



@media (max-width: 414px) {


    #Home_Parallax {
        height: 200px;
        background-position: center center !important;
    }
}

/* IPhone e Smartphone */
@media only screen (max-device-width: 414px) {


    #Home_Parallax {
        height: 200px;
        background-position: center center !important;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {

    #Home_Parallax {
        height: 300px;
    }
}

/* Ipad */
@media only screen and (min-device-width : 600px) and (max-device-width : 1024px) {


    #Home_Parallax {
        height: 300px;
    }
}
