/********* Menu Animation zoomInRight **********/

nav ul li:hover > ul {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}