@media (min-width:480px) {
    /* Selectors and styles affecting screens UP TO 480px (Phone) */


    #img-ico-user{
        max-width: 70px;
        margin:auto;
    }

    #flash-news{
        width: 100%;
        font-size:15px;
        background: rgba(0,0,0,0.7)!important;
        color: #F5B90E;
        margin-top: -70px;
        padding: 10px;
        font-family: 'Roboto Condensed',sans-serif;
        float:left;
    }

    #comandi-flashnews-sx, #comandi-flashnews-dx{
        top:10%;
        font-size:60px;
    }

    #comandi-banner-sx, #comandi-banner-dx {
    font-size:130px;
    }

    .user-name{
        font-size:25px;
    }


    .scheda-container{
        width: 30%; float:left;
        background: #fff;
        border-radius: 30px;
        font-size:15px;
        text-align: center;
        box-shadow: 0px 0px 5px #000;
        line-height: 15px;
        font-weight: bold;
        min-height: 150px;
    }


}


