.animate_height {
  transition: height 1s ease; }

.animate.animate--to-up {
  transition: height 1s; }

.animate.animate--hidden {
  height: 0 !important; }
