* {
  box-sizing: border-box;
}

.img-container {
  float: left;
  width: 15%;
  padding: 5px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}