/*
@mixin mobile {
    @media only screen and (max-width: $S) { @content; }
}

@mixin tablet {
    @media only screen and (min-width: $M) and (max-width: 1023px) { @content; }
}

@mixin all_mobile {
    @media only screen and (max-width: 425px) { @content; }
}

// super light grid - it works with the .cd-container class inside style.scss

@mixin column($percentage, $float-direction:left) {
width: 100% * $percentage;
float: $float-direction;
}*/
.main-container {
  background-image: url("../images/facts-figures/publications-citations-bg.jpg"); }
  @media only screen and (min-width: 768px) {
    .main-container {
      background-position: center -7rem; } }
  @media only screen and (min-width: 1920px) {
    .main-container {
      background-position: center -10rem; } }

.section-one {
  text-align: center; }

.section-one h2 {
  font-size: 70px;
  font-weight: 300;
  margin-bottom: 2rem; }

.section-two {
  background-image: url("../images/facts-figures/publications-citations-section-bg.jpg");
  background-position: center; }

/*# sourceMappingURL=fnf-publications-citations.css.map */
