/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
br.small {
	display: none;
}

br.medium {
	display: none;
}

br.large {
	display: block;
}

@media only screen and (max-width: 1068px) {
	br.small {
		display: none;
	}

	br.medium {
		display: block;
	}

	br.large {
		display: none;
	}
}

@media only screen and (max-width: 734px) {
	br.small {
		display: block;
	}

	br.medium {
		display: none;
	}

	br.large {
		display: none;
	}
}
/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

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

.section-size-weight .airpods-max-diagram-container .airpods-side-container .caption-bottom {
	text-align: center;
	margin-left: -15px;
}

/* Moved this from main.css to here */
@media only screen and (max-width: 1068px) {
	.section-size-weight .smart-case-diagram-container {
		margin-left: -15px;
	}
}

.section-environment .callout-techspecs-environment .callout-title {
	overflow-wrap: break-word;
	hyphens: auto;
}

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