/*Local Overrides*/

/* airpods 3gen hero */
html.no-js .section-airpods-3rd-gen .video-container .static-frame {
	opacity: 1;
}

/* Connection tile headline spacing */
@media only screen and (max-width: 1068px) {
	.tile-one-tap .tile-content .typography-connection-tile-headline,
	.tile-audio-sharing .tile-content .typography-connection-tile-headline {
		position: absolute;
		bottom: 21px;
		width: 240px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-one-tap .tile-content .typography-connection-tile-headline,
	.tile-audio-sharing .tile-content .typography-connection-tile-headline {
		position: absolute;
		bottom: 15px;
		width: 240px;
	}
}

/* Connection first tile image spacing */
@media only screen and (max-width: 734px) {
	.overview-tile-onetap-setup {
		--p-width: 232px;
		--p-height: 353px;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.overview-tile-onetap-setup {
		--p-width: 271px;
		--p-height: 414px;
	}
}
