.demo,
.demo-item{height:80px;}
.demo{overflow:hidden;background-color:transparent;color:#fff;}
.demo-item_inner,
.demo-item-overlay{display:inline;}
.demo-item_inner{position:relative;line-height:1;}
.typewriter h1{color:#fff;font-family:Arial;overflow:hidden;border-right:.15em solid red;white-space:nowrap;margin:0 auto;letter-spacing:.15em;animation:typing 3.5s steps(30, end),
blink-caret .5s step-end infinite;animation-iteration-count:infinite;}
@keyframes typing{from{width:0}
to{width:100%}
}
@keyframes blink-caret{from, to{border-color:transparent}
50%{border-color:orange}
}
@keyframes typing{from{width:0}
to{width:100%}
}
@keyframes blink-caret{from, to{border-color:transparent}
50%{border-color:orange}
}
@keyframes animatetoright{0%{left:0;margin-right:auto;}
100%{left:100%;margin-left:.6em;margin-right:-.6em;}
}
@keyframes animatetotop{0%{top:0;}
100%{top:-240px;}
}