
    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {


    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {

        .notizia-img { height: 300px; display: block;}

    }

    /* Extra Small Devices, Phones */
    @media only screen and (max-width : 480px) {

        .notizia-img { height: 300px; display: block;}
        .home-apertura img { height: 250px; }
        .home-lista img { width: 5.0em; }


    }

    /* Custom, iPhone Retina */
    @media only screen and (max-width : 320px) {

        .notizia-img { height: 300px; }
        .home-apertura img { height: 250px; }
        .home-lista img { width: 5.0em; }


    }


















