The Navigation Worked Fine Until Someone Zoomed In

Jardiance website navigation menu viewed at 400% browser zoom showing link text and menu items clipped by fixed-width containers, making navigation unreadable.
.menu-item {  white-space: normal;  word-wrap: break-word;  overflow-wrap: break-word;}.hamburger-menu {  max-width: 100%;}.menu-container {  display: flex;  flex-direction: column;}
@media (max-width: 320px) {  .menu-item {    font-size: 1rem;    line-height: 1.4;  }}