/* Local Overrides */

#gallery-item-accessibility > div > div.tile-overlay > div {
	width: 410px;
}

@media only screen and (max-width: 1068px) {
	#gallery-item-accessibility > div > div.tile-overlay > div {
		width: 360px;
	}
}

@media only screen and (max-width: 734px) {
	#gallery-item-accessibility > div > div.tile-overlay > div {
		width: 310px;
	}
}

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

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

/* Connection Headline */
.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 */
.overview-tile-onetap-setup {
	display: inline;
}

@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;
	}
}
