@keyframes heightAnimation{0%{height:0;overflow:hidden}to{height:auto;overflow:visible}}@keyframes reversedHeightAnimation{0%{height:auto;overflow:visible}to{height:0;overflow:hidden}}@keyframes fixedAnimation{0%{top:-100%}to{top:0}}
