.results tr > * {
    vertical-align: middle;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.thumbnail {
    display: inline-block;
    width: 65px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center;
    border-radius: 7px;
}
.thumbnail:hover {
    opacity: .85;
}