html {
  color: #000;
  height: 100%;
}

body {
  background-color: #fff;
  height: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.title {
  margin: 0;
}

h1 {
  margin: 0;
  height: 60px;
  line-height: 60px;
}

.title {
  margin: 0;
}

#contestants {
  bottom: 0;
  position: absolute;
  top: 60px;
  width: 100%;
}

.contestant {
  bottom: 0;
  position: absolute;
}

.holder {
  display: inline-block;
  height: 100%;
  position: relative;
  width: calc(100% / 12);
  padding: 0 4px;
  box-sizing: border-box;
}

.bar-holder {
  bottom: 350;
  height: calc(100% - 430px);
  position: absolute;
  width: 100%;
}

.bar {
  background-color: red;
  bottom: 0;
  display: inline-block;
  position: absolute;
  right: 25%;
  transition: height 1s;
  width: 50%;
}

.contestant img {
  width: 100%;
  display: block;
}

.count {
  font-size: 3em;
  font-weight: bold;
}

.count:after {
  content: "%";
}

.name {
  font-size: 20px;
  font-weight: bold;
  height: 50px;
}
