/* stylelint-disable value-keyword-case */
/* Expo Page Colors */
/* * * * * HOVER * * * * */
/* * * * * BREAKPOINTS * * * * */
/* * * * * GRADIENTS * * * * */
/* * * * * ASPECT RATIOS * * * * */
/* * * * * VENDOR PREFIXES * * * * */
/* * * Standard * * */
/* * * Keyframes * * */
/* * * Flexbox * * */
figcaption {
  -webkit-transition: height 0.33s ease, opacity 0.5s ease;
  -moz-transition: height 0.33s ease, opacity 0.5s ease;
  -o-transition: height 0.33s ease, opacity 0.5s ease;
  transition: height 0.33s ease, opacity 0.5s ease;
  color: #666;
  font-family: "Roboto Condensed", "Roboto", "Franklin Gothic", gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.02em;
  text-rendering: geometricPrecision;
  margin: 0.8rem auto 0;
  max-width: 62rem;
  position: relative;
}
