.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image .background-image,
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image-hover .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image-hover {
  overflow: hidden;
}
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image .excerpt-content {
  position: absolute;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=0);
  padding: 45px 15px 35px;
}
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image-hover .excerpt-content {
  position: absolute;
  bottom: -100%;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image-hover:hover .excerpt-content {
  bottom: 0;
}
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image-hover:hover .excerpt-content:after {
  content: '';
  position: absolute;
  border-bottom: solid 16px #fff;
  border-left: solid 32px transparent;
  border-right: solid 32px transparent;
  width: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image .excerpt-content .excerpt {
  opacity: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease;
}
.so-widget-loop_third-loopthird-d75171398898-17837 .title-over-image:hover .excerpt-content .excerpt {
  opacity: 1;
  height: auto;
}