.included-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

ul.included-list > a {
  display: inline-block;
  text-align: center;
}

.included-item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.included-item:hover {
  
}

.included-image {
  /*zoom: 40%;*/
}

.included-image:hover {
  opacity: 0.5
}

.not-included-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.not-included-item {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.not-included-item:hover {
  
}

.not-included-image {
  /*zoom: 40%;*/
}

.not-included-image:hover {
  opacity: 0.5
}