/*------------------------------------*\
  LOCAL SCREENS
\*——————————————————*/
/*------------------------------------*\
  END LOCAL SCREENS
\*------------------------------------*/
/*------------------------------------*\
  LOCAL FIXES
\*——————————————————*/
@media only screen and (min-width: 1069px) {
	.section-noise-control .stats-container span.stat-caption {
		max-width: 300px;
	}
	.section-battery .stats .stat-item .call-out {
		margin-top: 35px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-battery .stats .stat .stat-caption {
		max-width: 300px;
	}
	.section-battery .stats .stat-item .call-out {
		margin-top: 35px;
	}
}
@media only screen and (max-width: 734px) {
	.section-battery .stats .stat-item:last-child .call-out {
		margin-top: 35px;
	}
	.section-magical .viewport-content:last-child .magical-callouts .callout {
		margin-left: 10px;
	}
}
@media (min-width: 735px) {
	.section-magical .viewport-content:last-child .magical-callouts {
		width: 365px;
		display: block;
	}
}
.section-magical .viewport-content:last-child .magical-callouts .callouts {
	display: block;
}

.section-welcome .marquee-detail::before {
	background: none;
}
.section-welcome .marquee-detail {
	padding-inline-start: 0px;
}
@media only screen and (max-width: 734px) {
	.section-welcome .marquee-detail {
		padding-top: 8px;
	}
}
.section-welcome .detail-inner-group {
	flex-direction: column;
}

@media only screen and (max-width: 734px) {
	.section-welcome .viewport-content {
		justify-content: center;
	}
}

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