@media only screen and (max-width: 600px) {

    #IMIS {
        display: flex;
        flex-wrap: wrap;
        overflow-x: scroll;
    }

}