/* METEO2 - Personalizzazioni mobile */

/* Hero mobile più compatto */
@media only screen and (max-width:768px){

    body.home .jeg_heroblock_1 .jeg_thumb,
    body.home .jeg_heroblock_1 .thumbnail-container{
        height:166px !important;
        min-height:166px !important;
        max-height:166px !important;
        overflow:hidden !important;
    }

    body.home .jeg_heroblock_1 .thumbnail-container img{
        height:166px !important;
        object-fit:cover !important;
    }

    body.home .jeg_heroblock_1 .jeg_post_title{
        font-size:16px !important;
        line-height:1.12 !important;
        margin-bottom:3px !important;
    }

    body.home .jeg_heroblock_1 article.jeg_post{
        margin-bottom:6px !important;
    }

}
