html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fff
}

.hero {
	position: relative;
	overflow: hidden;
	margin-top: -46px;
	z-index: 2;
	height: 78%;
	min-height: 650px;
	margin-left: auto;
	margin-right: auto;
}

.hero .hero-tech-talks {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background: #fff;
}

.hero-content {
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 6
}

.hero .backing-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 3;
}

.hero .copy {
	bottom: auto;
	right: auto;
	overflow: visible;
	height: 100%;
	width: 500px;
	left: 0;
	top: 60%;
	margin: 0 auto;
	vertical-align: middle;
	z-index: 4;
	pointer-events: none;
	position:relative;
	color: #fff;
	padding: 0 1em;
	text-align: center;
}

.hero .copy h1 {
	//margin-bottom: 0;
}

.hero .copy h3 {
	margin-top: 0;
}

.hero .hero-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.hero .hero-image {
	background-image: url("https://devimages.apple.com.edgekey.net/home/images/hero-tech-talks.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	overflow: visible;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

.promos {
	max-width: 2560px;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin: 0 auto 0 auto
}

.promos ul {
	margin: 0
}

.promos li {
	overflow: hidden;
	list-style: none;
	max-height: 200px;
	position: relative;
	z-index: 1;
	min-height: 2px;
	margin: 0;
	padding: 0;
	float: left;
	width: 25%;
}

.promos .promo {
	display: block;
	max-width: 736px;
	min-height: 200px;
	border-right: 2px solid #fff;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

.promo-3d-touch {
	background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_3d_touch_large.png");
	background-size: 640px 200px;
	width: 640px;
	height: 200px;
	width: auto;
	background-position: center center;
	background-repeat: no-repeat
}

.promo-93 {
	background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_ios_large.png");
	background-size: 640px 200px;
	width: 640px;
	height: 200px;
	width: auto;
	background-position: center center;
	background-repeat: no-repeat
}

.promo-news {
	background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_pay_large.png");
	background-size: 640px 200px;
	width: 640px;
	height: 200px;
	width: auto;
	background-position: center center;
	background-repeat: no-repeat
}

.promo-adp {
	background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_adp_large.png");
	background-size: 640px 200px;
	width: 640px;
	height: 200px;
	width: auto;
	background-position: center center;
	background-repeat: no-repeat
}

.news-link {
	padding-top:20px;
}

@media all and (min-width:1650px) {
	.hero {
		min-height: 950px;
		max-width: 1440px;
	}
}

@media all and (min-width:1440px) and (max-width:1650px) {
	.hero {
		min-height: 750px;
		max-width: 1440px;
	}

}

@media all and (min-device-width:768px) and (max-width:1023px){
	.promos li {
		width: 50%;
	}

	.promos .promo-tile-1 .promo {
		border-right: none;
	}

	.promos .promo-tile-3 .promo {
		border-right: none;
	}

	.promo-3d-touch {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_3d_touch_medium.png");
		background-size: 534px 200px;
		width: 534px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}

	.promo-93 {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_ios_medium.png");
		background-size: 534px 200px;
		width: 534px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}

	.promo-news {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_pay_medium.png");
		background-size: 534px 200px;
		width: 534px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}

	.promo-adp {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_adp_medium.png");
		background-size: 534px 200px;
		width: 534px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}

}

@media all and (max-device-width:767px) {
	.hero {
		height: 50%;
		min-height: 400px
	}

	.hero .copy {
		width: auto;
		top: 55%;
	}

	.hero .copy h3 {
		font-size: 24px;
		line-height: 1.3375;
		font-weight: 300;
	}

	.promos li {
		width: 100%;
	}

	.promos .promo {
		border-right: none;
	}

	.promo-3d-touch {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_3d_touch_small.png");
		background-size: 736px 200px;
		width: 736px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}

	.promo-93 {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_ios_small.png");
		background-size: 736px 200px;
		width: 736px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}

	.promo-news {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_pay_small.png");
		background-size: 736px 200px;
		width: 736px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}

	.promo-adp {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_adp_small.png");
		background-size: 736px 200px;
		width: 736px;
		height: 200px;
		width: auto;
		background-position: center center;
		background-repeat: no-repeat
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min-resolution: 1.5dppx),
only screen and (min-resolution: 144dpi) {
	.promo-3d-touch {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_3d_touch_large_2x.png");
	}

	.promo-93 {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_ios_large_2x.png");
	}

	.promo-news {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_pay_large_2x.png");
	}

	.promo-adp {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_adp_large_2x.png");
	}
}

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

	.promo-93 {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_ios_medium_2x.png");
	}

	.promo-news {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_pay_medium_2x.png");
	}

	.promo-adp {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_adp_medium_2x.png");
	}

}

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

	.promo-93 {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_ios_small_2x.png");
	}

	.promo-news {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_pay_small_2x.png");
	}

	.promo-adp {
		background-image: url("https://devimages.apple.com.edgekey.net/home/images/promo_adp_small_2x.png");
	}
}

@media only screen and (max-device-width: 767px) {

.text-center {
	text-align: center !important;
}

}
