/*Localized Screens*/

/* TILES SECTION */
/* .section.section-tiles .tile-copy.typography-site-tile {
	margin-left: auto;
	margin-right: auto;
} */

/* airtag images */

.section-manifesto .image-tile-keychain {
	background-repeat: no-repeat;
	background-image: url(/lae/airtag/images/overview/tile_keychain__gjswyordcc2u_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) {
	.section-manifesto .image-tile-keychain {
		background-image: url(/lae/airtag/images/overview/tile_keychain__gjswyordcc2u_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-manifesto .image-tile-keychain {
		background-repeat: no-repeat;
		background-image: url(/lae/airtag/images/overview/tile_keychain__gjswyordcc2u_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) {
	.section-manifesto .image-tile-keychain {
		background-image: url(/lae/airtag/images/overview/tile_keychain__gjswyordcc2u_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-manifesto .image-tile-keychain {
		background-repeat: no-repeat;
		background-image: url(/lae/airtag/images/overview/tile_keychain__gjswyordcc2u_small.jpg);
	}
}

@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-manifesto .image-tile-keychain {
		background-image: url(/lae/airtag/images/overview/tile_keychain__gjswyordcc2u_small_2x.jpg);
	}
}

.section-accessories .image-accessories {
	z-index: -1;
	background-repeat: no-repeat;
	background-image: url(/lae/airtag/images/overview/accessories__d028mzwnd0a6_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) {
	.section-accessories .image-accessories {
		background-image: url(/lae/airtag/images/overview/accessories__d028mzwnd0a6_large_2x.jpg);
	}
}

@media only screen and (max-width: 1068px) {
	.section-accessories .image-accessories {
		background-repeat: no-repeat;
		background-image: url(/lae/airtag/images/overview/accessories__d028mzwnd0a6_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) {
	.section-accessories .image-accessories {
		background-image: url(/lae/airtag/images/overview/accessories__d028mzwnd0a6_medium_2x.jpg);
	}
}

@media only screen and (max-width: 734px) {
	.section-accessories .image-accessories {
		background-repeat: no-repeat;
		background-image: url(/lae/airtag/images/overview/accessories__d028mzwnd0a6_small.jpg);
	}
}

@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-accessories .image-accessories {
		background-image: url(/lae/airtag/images/overview/accessories__d028mzwnd0a6_small_2x.jpg);
	}
}

.section-tiles .tile-copy {
	-webkit-margin-before: 1.55em;
	margin-block-start: 1.55em;
	margin-inline: auto;
	max-width: 24ch;
}

@media only screen and (max-width: 1068px) {
	.section-tiles .tile-copy {
		max-width: 19ch;
	}
}
