/* Mobile browsers only */

@media only screen and (max-device-width: 480px) {
	.newsletter_input {
		width: 855px;
	}
	.newsletter_input #form {
		font-size: 42pt
	}
	#fonts {
		font-family: -apple-ystem, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
	}
}