@media only screen and (min-width: 320px) and (max-width: 640px) {


.nav-container .nav-utility {
  height: auto !important;
  text-align: center;
}
.nav-container .module.left {
  width: 100%;
}
.nav-container .module.right {
  width: 100%;
}

}