.results--list {
    background: #616161 !important;
}

.main-search--results {
    border: solid 1px;
    border-radius: 5px;
}

.result-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.search-result {
    max-width: 225px;
    min-width: 225px;
    margin: 10px;
}

.img-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    max-height: 124px;
}

.img-wrapper img {
    max-height: inherit;
}