/* Localised Screen starts */
.page-overview .section-watch .bg { background-image: url("https://images.apple.com/au/accessibility/images/activity_app_large.jpg"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.page-overview .section-watch .bg { background-image: url("https://images.apple.com/au/accessibility/images/activity_app_large_2x.jpg"); }
}
@media only screen and (max-width: 1068px) {
	.page-overview .section-watch .bg { background-image: url("https://images.apple.com/au/accessibility/images/activity_app_medium.jpg"); }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.page-overview .section-watch .bg { background-image: url("https://images.apple.com/au/accessibility/images/activity_app_medium_2x.jpg"); }
}
@media only screen and (max-width: 735px) {
	.page-overview .section-watch .bg { background-image: url("https://images.apple.com/au/accessibility/images/activity_app_small.jpg"); }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.page-overview .section-watch .bg { background-image: url("https://images.apple.com/au/accessibility/images/activity_app_small_2x.jpg"); }
}

.page-overview .section-voiceover .bg { background-image: url("https://images.apple.com/au/accessibility/images/voiceover_large.jpg"); }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.page-overview .section-voiceover .bg { background-image: url("https://images.apple.com/au/accessibility/images/voiceover_large_2x.jpg"); }
}
@media only screen and (max-width: 1068px) {
	.page-overview .section-voiceover .bg { background-image: url("https://images.apple.com/au/accessibility/images/voiceover_medium.jpg"); }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
	.page-overview .section-voiceover .bg { background-image: url("https://images.apple.com/au/accessibility/images/voiceover_medium_2x.jpg"); }
}
@media only screen and (max-width: 735px) {
	.page-overview .section-voiceover .bg { background-image: url("https://images.apple.com/au/accessibility/images/voiceover_small.jpg"); }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
	.page-overview .section-voiceover .bg { background-image: url("https://images.apple.com/au/accessibility/images/voiceover_small_2x.jpg"); }
}
/* Localised Screen ends */


/* Local fixes starts */
/* Hiding the CC buttons on the new videos */
.inline-video > div.ac-video-player > div.ac-video-controls.accessibility-custom-skin > button.controls-text-tracks-toggle-button.controls-button.no-text-tracks {display:none;}

/* Accessibility feature */
.control-bar-skin-default :focus {
    outline: 3px solid #c1e0fe;
    outline: 3px solid rgba(131, 192, 253, 0.5);
    outline-offset: 1px;
}

/* Local fixes ends */
