@media only screen and (max-width: 449px) {
	.typography-headline-super {
		font-size: 45px;
	}
}
@media only screen and (max-width: 352px) {
	.typography-headline-super {
		font-size: 41px;
	}
}

/* alt in order to keep all features with initial cap */
.page-compatibility .section-features-list .section-content .non-function {
	text-transform: initial !important;
}

.br-xsmall {
	display: none;
}
@media only screen and (max-width: 410px) {
	.br-xsmall {
		display: block;
	}
	.small {
		display: none !important;
	}
}
