.grid-flex {
    display: flex;
}

.grid-flex > * {
    flex-grow: 1;
}

.grid-flex-item img {
    width: auto;
}