﻿.foo {}

/* make sure to add width and height so each li will flow with each other. */
@media screen {
    div[class~="gallery"] > div.items > ul > li
    {
        width: auto;
        height: auto;
        float: left;
        overflow: auto;
        margin-right: 1em;
        margin-bottom: 1em;
    }
}