/***** CATEGORY THUMBNAILS *****/

.thumb {
    float: left;
    width: calc(100% - 2px);
    border: 1px solid #000;
    cursor: pointer;
}
