@media only screen 
	and (min-width: 320px)
	and (max-width: 480px) {
	
	#q {
		background: none;
		background-size: 100%;
		width: 100%;
		height: 100%;
	}
	
	#button, input {
		height: 100%;
	}
	
}
