@media only screen
and (max-width: 480px)
and (orientation:portrait) {
	.call-out-2 .call-us {
		font-size: 25px;
	}
	.google-captcha {
		float:none;
	}
}