/* @big-hero-title */
.big-hero-title {
  @include themify($themes) {
    @include poly-fluid-sizing('font-size', ($small-screen: themed('bigHeroTitleMobile'), $large-screen: themed('bigHeroTitleDesktop')));
  }
}

