@keyframes scaleDown{0%{transform:scale(1);opacity:1}to{transform:scale(.3);opacity:.35}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.hidden{animation:fadeOut .15s ease-out both}.scaledDown{animation:scaleDown .15s ease-in both}
