
.parwrap{background: radial-gradient(circle at top center, #333333 0%, #111111 100%); height: 100%; overflow: hidden;}

.wrapper {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  he-ight: 100%;
  font: 300 30px/1 'Open Sans Condensed', sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  animation: 20s credits linear infinite;
  over-flow: hidden;
}

.movie {
  margin-bottom: 30px;
  font-size: 30px;
}

.job {
  margin-bottom: 5px;
  font-size: 10px;
}

.name {
  margin-bottom: 50px;
  font-size: 16px;
}

@keyframes credits {
  0% {
    top: 100%;
  }
  100% {
    top: -500%;
  }
}


