@charset "utf-8";
/* CSS Document */
span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  font-family: "acumin-pro", sans-serif;
}

ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
font-family: "acumin-pro", sans-serif;
}
