.section{overflow:hidden;max-height:0}.section-parent:hover .section{transition:max-height 1.1s ease-in-out;height:auto;max-height:600px}@keyframes slideUpFade{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}.animate-slide-up{opacity:0;transform:translate3d(0,50px,0);animation:slideUpFade .8s ease forwards;animation-delay:.2s;will-change:transform,opacity}