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