.no-click > a:hover {
  cursor: default;
}
@media screen and (max-width: 767px) {
    selector ul {
       flex-direction: column;
    }
}