/*Local fixes*/

/* Accessibility */
.tile-overlay-copy {
	margin-top: 7px;
}

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

@media only screen and (max-width: 1068px) {
	.tile-one-tap .tile-content .typography-connection-tile-headline,
	.tile-automatic-switching
		.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-automatic-switching
		.tile-content
		.typography-connection-tile-headline {
		position: absolute;
		bottom: 15px;
		width: 240px;
	}
}

/* Connection headline spacing */
.section-connection .headline {
	width: 800px;
}
@media only screen and (max-width: 1068px) {
	.section-connection .headline {
		width: 600px;
	}
}
@media only screen and (max-width: 734px) {
	.section-connection .headline {
		width: 100%;
	}
}

/* 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;
	}
}

/* Alt for only 3 tiels in connection section */
@media only screen and (min-width: 1260px) {
	.section-connection .item-container {
		max-width: 1209px;
		margin: auto;
		padding: 0px;
	}
}
