.acm-hero.full-screen {
  padding: 0;
}
.acm-hero .hero-content {
  z-index: 2;
  position: relative;
}
.acm-hero .hero-content .hero-heading {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 64px;
}
.acm-hero .hero-content .hero-intro {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 32px;
}
.acm-hero .hero-btn-actions {
  margin-top: 24px;
}
.acm-hero .hero-btn-actions .btn span {
  display: inline-block;
  margin-right: 12px;
}
.acm-hero .btn-play {
  background: none;
  padding: 0;
  line-height: 48px;
  color: #ffffff;
}
.acm-hero .btn-play span {
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  margin-right: 12px;
}
.acm-hero.position-center .hero-content {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .acm-hero.position-center .hero-content {
    margin: 0 auto;
  }
}
.acm-hero.position-right .hero-content {
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .acm-hero.position-right .hero-content {
    float: right;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .acm-hero.position-left {
    padding-right: 20%;
  }
}
.acm-hero.style-light .hero-content .hero-heading {
  color: #000000;
}
.acm-hero.style-light .hero-content .hero-intro {
  color: rgba(0, 0, 0, 0.8);
}
.acm-hero.style-light .btn-play {
  color: #000000;
}
.acm-hero.style-light .btn-play::before {
  border: 2px solid #000000;
  color: #000000;
}
.acm-hero.style-2 {
  position: relative;
}
.acm-hero.style-2 .hero-media {
  bottom: -240px;
  position: absolute;
}
@media (max-width: 991px) {
  .acm-hero.style-2 .hero-media {
    position: relative;
    bottom: auto;
  }
  .acm-hero.style-2 .hero-media img {
    max-width: 100%;
  }
}