.item-card__picture {

    display: flex;
    align-items: center;
    justify-content: center;
    
}

.item-card__picture img {
	max-height: 100%;
}