.title {
    margin-top: 0px;
}

.clickable:hover {
    outline: 3px solid darkgrey;
    opacity: 0.5;
}

.clickable img {
    min-height: 100px;
    max-height: 250px;
    max-width: 250px;
    height: auto;
    width: auto;
    display: block;
}

img {
    width: auto;
}

.thumb {
    margin: 5px;
    padding: 10px;
    max-height: 230px;
}

.top-buffer {
    margin-top:20px;
}
