@media handheld, only screen and (max-device-width: 480px) {
 #wrapperOuter {
  min-width: 100em;
 }
}

