.item {
  border: 0px solid #333;
  padding: 5px;

  display:flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  flex-direction: row;
}

.centered {
    position: absolute;
    top: 0%;
    left: 7%;
    transform: translate(0%, -60%);
    z-index: 999;
    font-size: 16px;
    text-align: left;
    color:white;
}

item img {
  height: 100%;
  width: 100%;
}

item a {
  flex-grow: 2;
  flex-basis: 150px;
  max-width: 250px;
  margin: 5px;
}
