#history {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.anime_item {
  margin: 10px;
  width: 250px;
}

.anime_item img {
  width: 80%;
  height: auto;
  /* allows to adapt to browser width */
  overflow: hidden;
}
