Responsive CSS Web animation

Hello guys, I’m working on my personal portfolio page and in it I tried to create a ‘typing text’ animation. I manage to get it to work but the animation is not responsive. Once I get below a certain screen size some of my text is cut off. Check my code out here and please help! http://codepen.io/freddiefo/pen/vKRXZQ

Try adding display:inline-table; to your welcome-txt class.

Hope this helps!