#banner {
  width: 300px;
  height: 600px;
}

#headline {
  height: 90px;
}

#logo {
  position: absolute;
  top: 100%;
  width: 170px;
  height: 30px;
}

button {
  font-size: 23px;
  width: 250px;
}

h1,
h2,
.quote > div {
  font-size: 40px;
}

.quote > div {
  font-weight: 900;
  margin: 0 2px;
  color: white;
}

#quote2.quote > div {
  color: #ffcf03;
}

#inner {
  width: 90%;
  position: absolute;
  top: 13%;
  left: 50%;
  -ms-transform: translate(-50%, -15%);
  -webkit-transform: translate(-50%, -15%);
  transform: translate(-50%, -15%);
}

.instruction {
  position: absolute;
  font-family: 'Courier', mono-space;
  bottom: 160px;
  width: 100%;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  color: #ffcf03;
  -webkit-animation: loader-label 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-animation: loader-label 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: loader-label 2s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}

@-webkit-keyframes loader-label {
  0% {
    opacity: 0.35;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}
@-moz-keyframes loader-label {
  0% {
    opacity: 0.35;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}
@keyframes loader-label {
  0% {
    opacity: 0.35;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0.35;
  }
}

#cc {
  position: absolute;
  perspective: 280px;
  top: 57%;
  width: 70%;
  background: rgba(0, 0, 0, 0.4);
  height: 10px;
  border-radius: 5px;
  left: 15%;
  font-family: 'Courier', mono-space;
  bottom: 0;
  font-size: 0.7em;
  padding: 3px 0 0 0;
  color: rgba(255, 255, 255, 0.3);
}

#cc .cc {
  position: relative;
  width: 100%;
  height: 180px;
  border-radius: 5px;
  left: 0;
  transform: rotateX(70deg);
  box-shadow: 0 35px 20px rgba(0, 0, 0, 0.2);
  background: -moz-linear-gradient(top, #4c154b 0%, #863375 100%);
  background: -webkit-linear-gradient(top, #4c154b 0%, #863375 100%);
  background: linear-gradient(to bottom, #4c154b 0%, #863375 100%);
}

#cc .shad {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) inset;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 5px;
  top: 0;
}

#cc .chip {
  background: lightgray;
  /* border: 3px solid white; */
  position: absolute;
  top: 10%;
  right: 15%;
  width: 15%;
  height: 30%;
  border-radius: 5px;
  opacity: .2;
}

#cc .holder {
  transform: rotate(90deg);
  /* color: white; */
  position: absolute;
  left: -10%;
  top: 45%;
}