
	@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
		/* Blur Navigation Bar */
		#ac-globalnav {
			-webkit-backdrop-filter: saturate(180%) blur(20px);
			backdrop-filter: saturate(180%) blur(20px)
		}

		#ac-localnav.ac-localnav-scrim .ac-ln-background {
			background-color: rgba(255, 255, 255, 0.65);
			-webkit-backdrop-filter: saturate(180%) blur(20px);
			backdrop-filter: saturate(180%) blur(20px)
		}
	}
	.block-link {
		color: #333;
	}

	.block-link span.more {
		color: #08c;
	}

	.block-link:hover span.more {
		text-decoration: underline;
	}
		.grid--condensed {
			padding-left: 100px;
			padding-right: 100px;
		}
		.bg-alt {
			background-color: #effafe;
		}
		.hardware {
			width: 351px;
			height: 660px;
			background-size: 351px 660px;
			background-repeat: no-repeat;
			background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/hardware_full_silver_large.png");
			margin-left: auto;
			margin-right: auto;
			position: relative;
			z-index: 1
		}

		.screen {
			width: 260px;
			height: 462px;
			background-size: 260px 462px;
			background-repeat: no-repeat;
			top: 86px;
			left: 47px;
			position: absolute;
			z-index: 1
		}


		@media all and (min-width: 768px) and (max-width: 1023px) {
			.hardware {
				width: 282px;
				height: 522px;
				background-size: 282px 522px;
				background-repeat: no-repeat;
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/hardware_full_silver_medium.png");
			}

			.screen {
				width: 200px;
				height: 356px;
				background-size: 200px 356px;
				background-repeat: no-repeat;
				position: absolute;
				z-index: 1;
				top: 75px;
				left: 40px
			}

		}

		@media all and (max-width: 767px) {
			.hardware {
				width: 258px;
				height: 477px;
				background-size: 258px 477px;
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/hardware_full_silver_small.png");
			}

			.screen {
				width: 182px;
				height: 324px;
				background-size: 182px 324px;
				position: absolute;
				z-index: 1;
				top: 67px;
				left: 38px;
			}

			.grid-description {
				padding-left:2em;
			}
		}

		.hero-stickers {
			position: absolute;
			top: -150px;
		}
		.hero-stickers .screen {
			background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/stickers_large.jpg");
		}

		@media all and (min-width: 768px) and (max-width: 1023px) {
			.hero-stickers {
				position: relative;
				top:0;
			}
			.hero-stickers .screen {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/stickers_medium.jpg");
			}
		}

		@media all and (max-width: 767px) {
			img.center {
				display:inline;
			}
			.grid--condensed {
				padding-left: 1.5em;
				padding-right: 1.5em;
			}
			.hero-stickers {
				position: relative;
				top:0;
			}
			.col-25 {
				width:100%;
			}

			.hero-stickers .screen {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/stickers_small.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) {
			.hardware {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/hardware_full_silver_large_2x.png");
			}

			.hero-stickers .screen {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/stickers_large_2x.jpg");
			}

		}

		@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , only screen and (min-resolution: 1.5dppx) and (max-width: 1023px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 1023px) , (min-resolution: 144dpi) and (max-width: 1023px) {
			.hardware {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/hardware_full_silver_medium_2x.png");
			}

			.hero-stickers .screen {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/stickers_medium_2x.jpg");
			}
		}

		@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , only screen and (min-resolution: 1.5dppx) and (max-width: 767px) , (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px) , (min-resolution: 144dpi) and (max-width: 767px) {
			.hardware {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/hardware_full_silver_small_2x.png");
			}


			.hero-stickers .screen {
				background-image: url("https://devimages.apple.com.edgekey.net/imessage/images/stickers_small_2x.jpg");
			}
		}
