.home figure.effect-hover:hover figcaption::before {
  opacity: .85;
  filter: opacity(85); }

.home figure.effect-hover figcaption::before {
  background-color: #003C8C;
  /* fallback color if gradients are not supported */
  background-image: -webkit-linear-gradient(to bottom, rgba rgba(48, 133, 163, 0.8) 0%, rgba #003C8C 75%);
  /* For Chrome 25 and Safari 6, iOS 6.1, Android 4.3 */
  background-image: -moz-linear-gradient(to bottom, rgba rgba(48, 133, 163, 0.8) 0%, rgba #003C8C 75%);
  /* For Firefox (3.6 to 15) */
  background-image: -o-linear-gradient(to bottom, rgba rgba(48, 133, 163, 0.8) 0%, rgba #003C8C 75%);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to bottom, rgba rgba(48, 133, 163, 0.8) 0%, rgba #003C8C 75%);
  /* Standard syntax; must be last */ }
