span.image-home-featured {
  display: block;
  padding: .5em;
  text-align: center;
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
  transition-duration: 0.2s;
}
@media only screen and (min-width: 48em) {
  span.image-home-featured {
    padding: 1em;
  }
}
@media only screen and (min-width: 62em) {
  span.image-home-featured {
    padding: 1.5em 1em;
  }
}
@media only screen and (min-width: 87.5em) {
  span.image-home-featured {
    padding: 2em;
  }
}
span.image-home-featured:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  background: rgba(63, 48, 47, 0.2);
}
span.image-home-featured:hover img {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
span.image-home-featured img {
  display: block;
  margin: 0 auto;
  max-width: 75px;
}
@media only screen and (min-width: 48em) {
  span.image-home-featured img {
    max-width: 110px;
  }
}
@media only screen and (min-width: 62em) {
  span.image-home-featured img {
    max-width: 130px;
  }
}
@media only screen and (min-width: 87.5em) {
  span.image-home-featured img {
    max-width: 150px;
  }
}
@media only screen and (min-width: 144em) {
  span.image-home-featured img {
    max-width: 200px;
  }
}
span.image-home-featured svg path {
  fill: #e4e0d9;
}
span.image-home-featured .image-title {
  color: #fff;
  display: block;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  font-family: 'Give You Glory', 'Open Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: .5em;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  span.image-home-featured .image-title {
    font-size: 3.2rem;
  }
}
@media only screen and (min-width: 62em) {
  span.image-home-featured .image-title {
    font-size: 2.8rem;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 87.5em) {
  span.image-home-featured .image-title {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 119em) {
  span.image-home-featured .image-title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 144em) {
  span.image-home-featured .image-title {
    font-size: 4rem;
  }
}
