

/*****************************/
/*    TABLET - SMARTPHONE    */
/*****************************/

@media only screen and (max-width: 1199px) {
        
    
    .no-tablet {
        display: none;
    }
    
    .si-tablet {
        display: block;
    }
        

    .pulsante-home {
        min-height: 100px;
    }    
    
    
}