Template:Home/Polaroids/styles.css

Template page
#polaroid-gallery li {
    display: inline-block;
}

#polaroid-gallery li:nth-child(3n):after {
    content:'\a';
 white-space: pre;
}

#polaroid-gallery {
    width: 50%;
}

@media (max-width: 850px) {
#polaroid-gallery {
    width: 100%;
}
}