/* FIX - Cater for the long job titles used. */

.thumbnail-gallery li {
    height: 180px;
}

@media only screen and (min-width: 768px)and (max-width: 1023px) {
    .thumbnail-gallery li {height:172px}
}

@media only screen and (max-width: 767px) {
    .thumbnail-gallery li {height:auto}    
}

/* ENDFIX = End of fox for long job titles. */
