.key-normal {
	height: 200px;
}

@media screen and (orientation:portrait) {
	.key-normal {
		height: 630px;
		font-size: 200%;
	}
}
