@media only screen and (max-width: 425px) {
	.section-iphone-mirroring .typography-headline-super {
		font-size: 44px;
	}
}

@media only screen and (max-width: 375px) {
	.section-iphone-mirroring .typography-headline-super {
		font-size: 37px;
	}
}
