.anim{ opacity:0; transform: translateY(14px); transition: opacity .55s ease, transform .55s ease; }
.anim.in{ opacity:1; transform: translateY(0); }