body {
  font-family: Arial, Helvetica, sans-serif;
}

#branding-bar-anchor {
  display: block;
}

#branding-bar-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#branding-bar {
  position: relative;
  width: 100%;
  height: 15%;
  font-size: 16px;
}

#video-player {
  display: block;
  width: 100%;
}

#branding-bar-logo {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20%;
  top: 1%;
  left: 1%;
  bottom: 1%;
}

#branding-bar-headline {
  position: absolute;
  text-align: center;
  left: 25%;
  right: 25%;
  top: 0.5em;
  bottom: 0.5em;
  margin: 0;
  text-overflow: ellipsis;
}

#branding-bar-cta-button {
  position: absolute;
  text-align: center;
  vertical-align: middle;
  width: 20%;
  line-height: 3em;
  right: 1%;
  top: 50%;
  margin-top: -1.5em
}

@media (min-width: 600px) and (max-width: 799px) {
  #branding-bar {
    font-size: 16px;
  }
  #branding-bar-headline {
    font-size: 14px;
  }
}

@media (max-width: 599px) and (min-width: 400px) {
  #branding-bar {
    font-size: 12px;
  }
  #branding-bar-headline {
    font-size: 10px;
  }
}

@media (max-width: 399px) {
  #branding-bar {
    font-size: 9px;
  }
  #branding-bar-headline {
    font-size: 8px;
  }
}
