/*Local Fixes*/
.typography-headline-super {
	font-size: 75px;
}
@media only screen and (max-width: 1068px){
	.typography-headline-super {
	font-size: 58px;
}
}
@media only screen and (max-width: 830px){
	.typography-headline-super {
	font-size: 45px;
}
}
@media only screen and (max-width: 664px){
	.typography-headline-super {
	font-size: 32px;
	font-weight: 700;
}
}
@media only screen and (max-width: 480px){
	.typography-headline-super {
	font-size: 24px;
	font-weight: 800;
}
}
@media only screen and (max-width: 374px){
	.page-apple-digital-masters .section-hero .super-headline {
	font-size: 24px;
	font-weight: 800;
}
}
