#rotate-words h1{font-size:6vw;text-align:center}#rotate-words{margin:auto;padding:15vh 0}@media (min-width:1200px){#rotate-words h1{font-size:3.3vw;text-align:center}#rotate-words{margin:auto;padding:15vh 0}}#rotate-words div{position:absolute;opacity:0;overflow:hidden;left:10vw;width:80vw;line-height:1.2em;animation:20s linear infinite rotate-word}@keyframes rotate-word{0%,16%{opacity:0;transform:translateX(0);filter:blur(10px);transform:scale(1.2)}3%{opacity:1;transform:translateX(0);filter:blur(0px);transform:scale(.9)}12%{opacity:1;transform:translateX(0);filter:blur(0px);transform:scale(1)}100%,80%{opacity:0}}#rotate-words div:nth-child(2){animation-delay:5s}#rotate-words div:nth-child(3){animation-delay:10s}#rotate-words div:nth-child(4){animation-delay:15s}