.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 268px;
  height: 268px;
}


.ih-item.square {
  margin: -6px;
  position: relative;
  width: 268px;
  height: 268px;
  border: 8px solid #fff;
}

.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}



.ih-item.square.effect13 {
  overflow: hidden;
}

.ih-item.square.effect13 .info {
  background: #333333;
  background: rgba(255, 255, 255, 0.3);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect13 .info h3 {
  text-transform: uppercase;
  color: #fff;
  opacity: 0.7;
  text-align: center;
  font-size: 22px;
  padding: 23px;
  background: #111111;
  height:17px;
  margin: 205px 0 0 0;
}
.ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1;
}
