@media (max-width: 480px) and (orientation: portrait) {
  #page {
	width:auto;
  }
  .location .form-item input {
	width: 99%;
  }
}

