#branding-bar-anchor {
  display: block;
  height:11.765%
}

#branding-bar {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  height: 100%;
  width: 100%;
}

#thumbs {
  height: 21.96%;
}

.thumb {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  width: 33.33%;
}

.play-button {
  background: url(play.svg) center center no-repeat;
  background-size: 20% 35.4%;
  width: 100%;
  height: 100%;
}

#video-container,
#video-player {
  display: block;
  height: 66.275%;
  width: 100%;
}

#video-container>#video-player {
  height: 100%;
}
