/* temp fix until we fix in ssflex
 *
 * if profiles are too short, the image can hang over into the next profile
 */
.personnel-listview .profile {
    overflow: auto;
}

/* force size of personnel image to account for wrong-sized images from old site */
.personnel-listview .photo img {
    min-width: 160px;
    max-height: 215px;
}