.grid {
  display: flex;
}

.grid > .element {
  flex: 1;
}

.grid > .element.wide {
  flex: 2;
}

.grid > .element > img {
  width: 100%;
}
