/* ----- responsive ----- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .slogan {
    font-size: 72px;
    text-align: center;
    width: 90%;
    bottom: 18px;
    margin-left: -45%;
  }
  .cta_top {
    background-image: url('../img/movie-crowd-blue_02.jpg');
    /*background-position: top -0px center;*/
  }
  #slogan_1, #slogan_2, #slogan_3, #slogan_4, #slogan_99 {
    background-size: 1680px;
    height: 328px;
    /*height: 305px;*/
  }
  #slogan_4 {
    background-position: top center -100px;
  }
  .benefit, .benefit-large {
    font-size: 16px !important;
    font-family:'ITC Franklin Gothic LT W01 Bk';
    width: 560px;
  }
  .benefit-large {
    font-size: 25px !important;
  }
  .credits_block_container {
    height: 0px;
  }
  #credits_block_0 {
    height: 240px;
  }
  .footer {
    font-size: 14px;
  }
  #slogan_9 {
    background-size: 1024px;
    height: 384px;
  }
  #slogan_10 {
    height: 200px;
  }
  .share-twitter  {color: #5ec8e8; }
  .share-facebook { color: #5d73a1; }
  .share-google   { color: #ca4c4c; }
  .share-linkedin { color: #0274b3; }
  .share-tumblr   { color: #34506b; }

  .benefit_box {
    width: 23%;
  }
  .benefit_box_spacer {
    width: 4%;
  }
  .atf_spacer_0c {
    flex-basis: 3vh;
  }
  .benefit_text {
    font-family:'ITC Franklin Gothic LT W01 Md';
    font-size: 16px;
    line-height: 1.2em !important;
  }
}
@media only screen and (min-width: 720px) and (max-width: 768px) {
  .slogan {
    font-size: 60px;
  }
  .benefit_box {
    width: 23%;
  }
  .benefit_box_spacer {
    width: 4%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 719px) {
  .benefit {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
