.ih-item {
  position: relative;
  -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,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 200px;
}
.ih-item.square {
  position: relative;
  /*width: 316px;*/
  height: 200px;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 120px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect7 {
  overflow: hidden;
}
.ih-item.square.effect7.colored .info {
}
.ih-item.square.effect7.colored .info h3 {
  background: rgba(12, 34, 52,.6);
  color:white;
  font-size: 1.25rem;
}
.ih-item.square.effect7 .info p {
  display:none;
  font-style: italic;
  font-size: 18px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
  -webkit-transform: scale(5);
  -moz-transform: scale(5);
  -ms-transform: scale(5);
  -o-transform: scale(5);
  transform: scale(5);
  -webkit-transition: all 0.35s 0.3s linear;
  -moz-transition: all 0.35s 0.3s linear;
  transition: all 0.35s 0.3s linear;
}
.ih-item.square.effect7 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
/*.ih-item.square.effect7 a:hover .info h3,*/
/*.ih-item.square.effect7 a:hover .info p {*/
.ih-item.square.effect7 a:hover .info {
  background: #333333;
  background: rgba(12, 34, 52,.6);
  height:300px;
  width:100%;
  position:relative;
  top:-100px;
  display:block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
