.il--wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 2px solid gray;
    width: 500px;
    max-width: 100%;
    margin-top: 8px;
}

.il--wrapper .il--thumbnail {
    width: 75px;
    border-right: 1px solid gray;
    text-align: center;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.il--thumbnail-inner {
	text-align: center;
	padding: 2px;
}

.il--wrapper .il--thumbnail img {
    max-width: 100%;
}

.il--wrapper .il--inner {
    padding: 6px;
}

.il--wrapper .il--inner .il--title {
    font-weight: bold;
    padding-bottom: 6px;
}

