@media all and (orientation:portrait){
	.landscape-only {
		display: none;
	}
	
	#keyboard.alphabet {
		max-width: 340px;
	}
	
}