.dropdown:hover > .dropdown-list {
    visibility:visible;
    opacity:1;
    z-index:12;
  }