/*set the virtual keyboard sticky at the bottom of page*/
.virtual-keyboard {
  left: 25% !important;
  top: auto !important;
  bottom: 0 !important;
  position: fixed !important;
  width: 50% !important;
  text-align: center !important;
}