.grid-item {
  float: left;
  width: 25%;
}
.grid-item img {
  display: block;
  max-width: 100%;
}
.grid-item--width2 { 
  width: 50%;
}
.grid-item--height2 { 
  height: 800px; 
}