.ui-reveal { opacity:0; transform:translateY(30px); }
.ui-reveal.is-visible { opacity:1; transform:none; transition:.6s ease; }
