.CollectionItem__Wrapper {
    height: 175px;
}

@media screen and (min-width: 1140px) {
    .CollectionList .CollectionItem {
        min-width: 50%;
    }

    .CollectionItem__Wrapper {
        height: 225px;
    }
}