.articolo-info .date-time{
    display:none;
}
@media only screen and (min-width: 640px){
    .genericInfo {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .socialShare {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
}
@media only screen and (max-width: 646px) {
    .dynamicHeader.long {
         background-position: left !important;
    }
    .dynamicHeader.short {
        background-position: left !important;
        
    }
    
}


@media screen and (max-width: 646px) {
    .mainHeader .dynamicHeader.short .logoSx{
            right: 50% !important;
            top: 50% !important;
            margin: 0 !important;
            transform: translate(50%, -40%) !important;
            background-position: center!important;
            left: auto !important;

    }
    .prixLogo{
           top: 0!important;
    }
}


@media screen and (min-width: 646px) {
    .mainHeader .dynamicHeader.short .logoSx {
        right: 55%!important;
        transform: scale(.8)!important;
    }
    .prixLogo{
            top: -45px!important;
        }
}



