.c-hero__title-main .c-hero__title-inner {
    background: rgba(255,90,3,0.5)
}

@media screen and (max-width:767px) {
  .c-hero__title-main .c-hero__title-inner {
    background: #ff5a03
  }
}

.c-hero__title-sub .c-hero__title-inner {
  background: rgba(0,0,0,0.5)
}

@media screen and (max-width:767px) {
  .c-hero__title-sub .c-hero__title-inner {
    background: #000
  }
}

.c-movie-outer {
    margin-top: 20px;
    margin-bottom: 20px
}

@media screen and (max-width: 767px){
    .c-headline__sub {
        bottom: -34px;
    }
    .c-headline__sub {
        line-height: 1.3em;
    }
}

.c-section--aerophone-mini {
  background: #3a8bc8;
  color: #fff;
  margin-top: -100px;
  padding-top: 50px;
}

