#pause-button-mobile,
#play-button-mobile,
#pause-button-desktop,
#play-button-desktop {
  background: #fff;
  width: 30px;
  height: 40px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  padding: 10px;
}

/* POSITIONING */
.main-wrapper {
  position: relative;
}

.main-wrapper .content {
  top: 0;
  left: 0;
}

.desktop-video,
.mobile-video {
  z-index: 0;
}

/* TEXT STYLING */
.topper {
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  font-size: calc(1rem + 0.5vw);
}

.hero-headline {
  color: #fff;
  font-size: calc(3rem + 1vw);
  width: 100%;
  margin-bottom: 0;
  line-height: 1;
}

.subHeading {
  font-size: calc(1rem + 0.5vw);
  line-height: 1;
}

.code {
  font-size: calc(1rem + 1vw);
}

.mobileSubWrapper {
  background-color: #004733;
}

@media screen and (min-width: 768px) {

  .hero-headline {
    font-size: calc(3rem + 1.5vw);
  }

  #mobile-content::after {
    content: '';
    display: block;
    position: relative;
    z-index: 3;
    height: 10px;
    width: 100%;
    background-color: #004733;
    margin: -6px auto 0 auto;
  }
}
