/*Local Overrides*/

/* Make Apple yours section */
@media only screen and (min-width: 1069px) {
	.selection-highlight {
		right: -2px !important;
		width: 175px !important;
	}
}

@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.selection-highlight {
		right: -4px !important;
		width: 152px !important;
	}
}

@media only screen and (max-width: 350px) {
	.section-discover-more .discover-more-headline {
		max-width: 100%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 734px) {
	.typography-headline-standalone {
		font-size: 43px !important;
	}

	.selection-highlight {
		width: 87px !important;
		left: 87% !important;
	}

	.selection-text:before {
		top: -39px !important;
		right: 13px !important;
	}
}

@media only screen and (min-width: 351px) and (max-width: 734px) {
	.selection-highlight {
		width: 87px !important;
		left: 70% !important;
		top: 0px;
	}
}

.custom_xs {
	display: none;
}
@media only screen and (max-width: 319px) {
	.custom_xs {
		display: inline;
	}
	.section-discover-more .discover-more-headline .selection-text:before {
		right: -21px;
	}
}

/* Speak image */
.section-discover-more .discover-more-headline .selection-text:before {
	background-image: url(/br/accessibility/images/shared/speak__czk9v7csnnue_large.png);
}
@media (-webkit-min-device-pixel-ratio: 1.5),
	(min-resolution: 144dpi),
	only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (min-resolution: 1.5dppx) {
	.section-discover-more .discover-more-headline .selection-text:before {
		background-image: url(/br/accessibility/images/shared/speak__czk9v7csnnue_large_2x.png);
	}
}
@media only screen and (max-width: 734px) {
	.section-discover-more .discover-more-headline .selection-text:before {
		background-image: url(/br/accessibility/images/shared/speak__czk9v7csnnue_small.png);
	}
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (max-width: 734px) and (min-resolution: 1.5dppx),
	only screen and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-discover-more .discover-more-headline .selection-text:before {
		background-image: url(/br/accessibility/images/shared/speak__czk9v7csnnue_small_2x.png);
	}
}
