#bglede {
  height: 400px;
  width: 100%;
  margin: 0 auto;
  background-color: #000;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#bglede #ledePhoto {
  background: url("../img/lede.jpg") no-repeat center center;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#bglede .article-title {
  font-size: 72px;
  line-height: 74px;
  color: #fff;
  position: relative;
  top: 30%;
  z-index: 999;
  max-width: 900px;
  margin: 0 auto;
  padding: 0px;
}

.copyblock {
  min-width: 800px;
}

.bydek {
  margin-top: 0px;
}

.forceAwakens, .comparisonOne, .comparisonTwo, .category {
  font-family: "HaasDisplayBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.forceAwakens {
  color: #00dc3c;
}

.comparisonOne {
  color: #2800d7;
}

.comparisonTwo {
  color: #00b9e7;
}

.l-img {
  display: block;
}

.m-img, .s-img {
  display: none;
}

.chartwidth h1 {
  padding: 60px 0px 20px 0px;
  margin: 0 auto;
  max-width: 800px;
  color: #262626;
  font: 30px/32px "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
}

.chartwidth h4 {
  font: 500 14px/18px "BWHaasText-55Roman", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #767676;
  text-align: center;
  margin-top: -20px;
  padding: 10px;
}

.chartContainer {
  margin: 20px auto;
  /*background-color: #efefef;*/
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

/*#bigNum {
  position: absolute;
  display: block;
  width: 1080px;
  padding: auto;
  z-index: 1;
  opacity: 1;
  height: 600px;
  top: 560px;
  left: 30px;
  margin: 30 auto 0 auto;
  font-size: 300px;
  line-height: 260px;
  color: #2800d7;
  font-family: "HaasDisplayBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  letter-spacing: -0.35rem;
}*/

/*#totalRevenue {
  background: url("../img/grid-120x80.svg") no-repeat center center;
  width: 100%;
  height: 720px;
  overflow: auto;
}

#treemap {
  background: url("../img/force-awakens-treemap.svg") no-repeat center center;
  width: 100%;
  height: 720px;
  overflow: auto;
}

#toystory {
  background: url("../img/toystory.svg") no-repeat center center;
  width: 100%;
  height: 752px;
  overflow: auto;
}

#merchandise {
  background: url("../img/merchandise.svg") no-repeat center center;
  width: 100%;
  height: 611px;
  overflow: auto;
}*/

#footer {
  margin-top: 50px;
}

/* - - - - RESPONSIVE STYLES - - - - */

@media only screen and (max-width: 1024px) {
  #bglede {
    height: 250px;
  }
  #bglede .article-title {
    font-size: 52px;
    line-height: 56px;
    top: 30%;
    max-width: 90%;
  }
}
@media only screen and (max-width: 680px) {
  #bglede {
    height: 200px;
  }
  #bglede .article-title {
    font-size: 44px;
    line-height: 48px;
    top: 30%;
  }
  .copywidth{
    width: 88%;
    min-width: 88%;
  }
  .s-img {
  display: block;
  }

  .l-img, .m-img {
    display: none;
  }
  .chartwidth h1 {
    padding: 40px 0px 15px 0px;
    max-width: 88%;
    width: 88%;
    font: 24px/27px "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .chartwidth h4 {
    margin-top: -25px;
    padding: 6px;
  }
  .chartwidth h4.mobilePrefix:before {
    content: "Each green square ";
    /*color: #00dc3c;*/
  }
  .chartwidth h4 svg {
    display: none;
  }
}
@media only screen and (max-width: 680px) {
  #bglede .article-title {
      top: 22%;
    }
  #footer {
      margin-top: 32px;
    }
  }

@media only screen and (max-width: 460px) {
  #bglede {
    height: 200px;
  }
  #bglede .article-title {
    font-size: 52px;
    line-height: 48px;
    top: 18%;
  }
  .s-img {
  display: block;
  }

  .l-img, .m-img {
    display: none;
  }
  .chartwidth h1 {
    padding: 30px 0px 0px 0px;
    max-width: 88%;
    width: 88%;
    font: 21px/24px "BWHaasText-65Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .chartwidth h4 {
    margin-top: -25px;
    padding: 15px 0px 4px 0px;
  }
  
  /*#bigNum {
    width: auto;
    height: auto;
    top: 825px;
    left: 15px;
    margin: 10 auto 0 auto;
    font-size: 96px;
    line-height: 90px;
    letter-spacing: -1px;
  }*/
}
