@charset "utf-8";
/* CSS Document */
span.text-content {
  background: #FF00A6;
  color: white;
  cursor: pointer;
  display: table;
  height: 200px;
  left: 0;
  position: absolute;
  top: 0;
  width: 300px;
  opacity: 0;
  }

ul.img-list li:hover span.text-content {
  opacity: 1;
}
span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 16pt;
	line-height: 1.3;
	font-weight: lighter;
    font-family: mr-eaves-modern, sans-serif;
}
