/* CONTATTI 
#L36 {
    position: relative;
    display: block;
}

@media(min-width:768px){
    #L36 {
    position: relative;
    height: 392px;
    }
    #L36 h2 {
        line-height: 360px;
    }
    #L36 img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
}

@media(max-width:767px){
    #L34, #L36 {
    max-width: 590px;
    margin: 0 auto !important;
    clear: both;
    float: none;
    } 
    #L36 h2 {
    top:0
    }
}

#L36 h2 {
    position: absolute;
    color: #fff;
    display: block;
    width: 100%;
    text-align: center;
}
*/
@media(min-width: 768px){
    #L36 h2 {
    height: 360px;
    line-height: 360px;
    }
}

@media (max-width: 767px) and (min-width: 0) {
    #L36 h2 {
        font-size: 80px;
        line-height: 180px;
        margin: 0;
    }
}

#L36 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#L36 h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5em;
    background-color: #fff;
}
#L36 h2 img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: auto;
}
#L36 h2 span {
    display: inline-block;
        position: relative;
}