.su-feature {
  text-align: center;
  box-sizing: border-box;
  padding: 22px;
  margin-top: 140px !important;
  border-radius: 5px;
}
.su-feature:hover .featured-backface {
  box-shadow: inset 0 0 33px 0 rgba(0, 0, 0, 0.5);
}
.su-feature a {
  padding: 6px 38px 6px 13px !important;
}
.su-feature a:after {
  content: "\f105";
    font-family: FontAwesome;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    width: 22px;
    height: 22px;
    position: absolute;
    right: 5px;
    top: 50%;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.5);
    display: table-cell;
    vertical-align: middle;
    line-height: 22px;
    margin-top: -12px;
}
.su-feature:hover.feature-rounded .feature-img .ff-img {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
  border-radius: 100%;
}
.su-feature a.button {
  margin: 0 -10px;
}
.su-feature .feature-img {
  -webkit-box-shadow: 0px 0px 0px 10px #FFF;
  box-shadow: 0px 0px 0px 10px #FFF;
  margin: -120px 10px 0 10px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  position: relative;
}
.su-feature .feature-img .featured-backface {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.su-feature h3 {
  font-size: 15px;
  line-height: 23px;
  margin: 30px -12px 5px;
}
.su-feature.feature-border {
  border: 2px solid;
}
.su-feature.feature-rounded .feature-img {
  border-radius: 100%;
}
.su-feature.feature-rounded .feature-img img {
  border-radius: 100%;
  display: inline-block;
}
.su-feature.feature-rounded .feature-img .ff-img {
  position: absolute;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  width: 100%;
  border-radius: 100%;
}
