.thumbnails-row {
    transition-duration: 2s;
}
.thumbnails-row > div {
    max-height: 512px;
    overflow-y: auto;
}
.thumbnails-row > div img {
    width: 100%;
    margin-bottom: 1rem;
    border: 1px solid #eee;
}
