.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: #8b2d5a;
  background: rgba(139, 45, 90, 0.8);
  /* background: #8b2d5a; */
  /* opacity: 0.8; */
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay a.expand {
  left: 0;
  right: 0;
  /* bottom: 50%; */
  margin: 0 auto -30px auto;
  padding: 30px;
}
#effect-1 .img.hover .overlay {
  height: 100%;
}

a.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 280px;
  height: 300px;
  /* border: solid 5px #fff; */
  /* text-align: center; */
  color: #fff;
  /* line-height: 50px; */
  /* font-weight: 700; */
  font-size: 14px;
  /* -webkit-border-radius: 30px; */
  /* -moz-border-radius: 30px; */
  /* -ms-border-radius: 30px; */
  /* -o-border-radius: 30px; */
  /* border-radius: 30px; */
}

a.expand h2{
  height: 80px;
  margin-bottom: 10px;
  overflow: hidden;
}

a.expand span{
  display: block;
  max-height:145px;
  overflow: hidden;
  padding: 0 5px;
  text-align: left;
  line-height: 24px;
}