@keyframes slide {
  from { transform: translateY(0); }
  to   { transform: translateY(-50%); }
}