    @media screen and (max-width: 1200px) {
        .mm-widthBody {
            max-width: 100%;
            margin-left: 15px;
            margin-right: 15px;
        }
    }

    @media screen and (orientation: portrait) {
        .mm-widthBody {
            max-width: 100%;
            margin-left: 15px;
            margin-right: 15px;
        }

        .mm-noMobile {
            display: none;
        }

        #mm-headerDesktop {
            display: none;
        }

        #mm-headerMobile {
            display: block;
        }

        .mm-flexContainer {
            display: flex;
            flex-direction: column;
        }

        .mm-widthBody {
            max-width: 100%;
            /* margin-left: auto;
            margin-right: auto;  */
            padding-left: 20px;
            padding-right: 20px;
        }

       .mm-mobileCenter {
        text-align: center;
       }

        .mm-floatLeft {
            float: none;
        }

        .mm-testataPeriodico {
            width: 100%;
        }

        .mm-testataDataNumero {
            padding-top: 15px;
            width: 100%;
            text-align: left;
        }

        .mm-testataPeriodicoPagineInterne {
            width: 100%;
            text-align: left;
            padding-top: 30px;
            padding-bottom: 30px;
        }

        .mm-mobileOrder1 {
            order: 1;
        }

        .mm-mobileOrder2 {
            order: 2;
        }

        .mm-interColonna {
            display: none;
        }

        .mm-1colonna {
            width: 100%;
        }

        .mm-2colonne {
            width: 100%;
        }

        .mm-3colonne {
            width: 100%;
        }

        .mm-4colonne {
            width: 100%;
        }

        .mm-5colonne {
            width: 100%;
        }

        .mm-width50 {
            width: 100%;
        }

        .mm-width50-50 {
            width: 100%;
            margin-left: 0;
        }

        .mm-width60-40 {
            width: 100%;
            margin-left: 0;
        }

        .mm-width70-30 {
            width: 100%;
            margin-left: 0;
        }

        .mm-width80-20 {
            width: 100%;
            margin-left: 0;
        }

        .mm-width32 {
            width: 100%;
        }

        .mm-width34 {
            width: 100%;
        }

        .mm-sidebarHome {
            height: 100%;
            width: 250px;
            background-color: #fff;
            position: fixed !important;
            z-index: 1;
            overflow: scroll;
            text-align: left;
            left: 10px;
        }

        .mm-borderTestata {
            border-bottom: 0;
        }

        .mm-titoloHome {
            min-height: 0px;
        }

        .mm-breadcrumb {
            margin-bottom: 50px;
        }

        .mm-pulsantiSocial {
            margin-top: 20px;
        }

        .mm-titoloPaginaInterna {
            font-size: 23px;
            line-height: 28px;
        }

        .mm-h1BorderRight {
            border-right: 0 !important;
            padding-right: 0 !important;
        }

        .mm-aula {
            order: 1;
            border-top: 0;
        }

        .mm-costituzionali {
            order: 2;
        }

        .mm-giustizia {
            order: 3;
        }

        .mm-esteri {
            order: 4;
        }

        .mm-politicheUE {
            order: 5;
        }

        .mm-economia {
            order: 6;
        }

        .mm-cultura {
            order: 7;
        }

        .mm-ambiente {
            order: 8;
        }

        .mm-attivita {
            order: 9;
        }

        .mm-sanita {
            order: 10;
        }

        .mm-speciali {
            order: 11;
        }

        .mm-camera {
            order: 12;
        }

        .mm-governo {
            order: 13;
        }

        .mm-consulta {
            order: 14;
        }

        .mm-ue {
            order: 15;
        }

        .mm-altro01 {
            order: 16;
        }

        .mm-altro02 {
            order: 17;
        }

        .mm-altro03 {
            order: 18;
        }
    }