/*------------------------------------*\
  LOCAL SCREENS
\*——————————————————*/
/*------------------------------------*\
  END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
@media only screen and (min-width: 1069px) {
	.section-battery .stats .stat-item .call-out .copy {
		max-width: 350px;
	}
	#overview-incentive-watch-personalize-short-1 {
		margin-right: 20px;
	}
	#overview-incentive-delivery-pickup-short-1 {
		margin-right: 20px;
	}
	#overview-incentive-apple-store-app-short-1 {
		margin-right: 20px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-battery .stats .stat .stat-caption {
		max-width: 280px;
	}
	.section-welcome .marquee-header {
		max-width: 80%;
	}
}
@media only screen and (max-width: 734px) {
	.section-battery .stats .stat .stat-caption {
		max-width: 325;
	}
}

.section-magical .viewport-content:last-child .magical-callouts .callouts {
	display: block;
}
.section-magical .viewport-content:last-child .magical-callouts .callout {
	padding-inline-end: 0px;
}
@media (min-width: 1068px) {
	.section-magical .viewport-content:last-child .magical-callouts .callout {
		margin-left: 20px;
	}
}
@media (max-width: 1068px) and (min-width: 735px) {
	.section-magical .viewport-content:last-child .magical-callouts .callout {
		margin-left: 10px;
	}
}
@media (min-width: 1068px) {
	.section-magical .viewport-content:last-child {
		width: fit-content;
	}
}
@media (min-width: 735px) {
	.section-magical .viewport-content:last-child .magical-callouts {
		width: 365px;
		display: block;
	}
}

@media only screen and (min-width: 414px) and (max-width: 440px) {
	.brsmall {
		display: block;
	}
}
@media only screen and (min-width: 441px) {
	.brsmall {
		display: none;
	}
}

/*------------------------------------*\
  END LOCAL FIXES
\*------------------------------------*/
