@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

.navigation-widthItem {
  width: 250px !important;
}