.apple-pay-hero {
	display: block;
	background-repeat: no-repeat;
	background-image:url('https://devimages-cdn.apple.com/apple-pay/images/apple-pay-hero-large.jpg');
	background-size:1100px 615px;
	background-position: center;
	width:100%;
	height:615px;
	margin-bottom: 64px;
}

.section-testimonials .bxslider li {
	padding-left: 110px;
}

@media all and (min-width:768px) and (max-width:1023px) {

	.apple-pay-hero {
		background-image:url('https://devimages-cdn.apple.com/apple-pay/images/apple-pay-hero-medium.jpg');
		background-size:715px 400px;
		height:400px;
		margin-bottom: 64px;
	}

	.section-testimonials .bxslider li {
		padding-left:0;
		padding-right:0;
	}

}



.section-testimonials .row {
	padding-top: 2em;
	padding-bottom: 2em;
}

.section-testimonials figure {
	margin-bottom: 2em;
}

@media all and (max-width:767px) {
	.apple-pay-hero {
		background-image:url('https://devimages-cdn.apple.com/apple-pay/images/apple-pay-hero-small.jpg');
		background-size:300px 168px;
		height:168px;
		margin-bottom: 64px;
	}

	.section-testimonials .bxslider li {
		padding-left: 1.5em;
	}

	.divider-left {
		border-left : none;
	}

	.screenshot {
		display:block;
		margin: 0 auto;
	}

}



/* Slideshows */

.bx-wrapper ul {
    margin: 0;
    position: relative;
}

.bx-labels a {
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    color: #0088cc;
}

.bx-labels a .smaller {
    font-size:16px;
}

.bx-labels a.active {
    font-weight: 700;
    color: black;
}

.bx-labels.inline-controls {
  text-align: center;
  margin-top: 2em;
}

.bx-labels.inline-controls a {
  margin-left: -1px;
  padding: 10px 12px 9px;
  font-size: 1em;
  line-height: 1;
  color: #333333;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 0;
}
.bx-labels.inline-controls a:hover {
	color: #0070c9;
}

.bx-labels.inline-controls a:after {
  left: 15px;
  content: '•';
  font-size: 10px;
  vertical-align: middle;
  position: relative;
  color: #333333;
}

.bx-labels.inline-controls a.active {
    color: #999;
    font-weight:400;
}

.bx-labels.inline-controls li {
  display: inline-block;
}

.bx-labels.inline-controls li:last-of-type a:after {
  content:'';
}


.hero-apple-pay-web {
	display: block;
	background-repeat: no-repeat;
	background-image:url('https://devimages-cdn.apple.com/apple-pay/images/apple-pay-web_large.jpg');
	background-size:668px 459px;
	width:668px;
	height:459px;
	-webkit-transform: translateX(-100px);
	transform: translateX(-100px);
}

@media all and (max-width:1023px) {
	.hero-apple-pay-web {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
	}
}

@media all and (max-width:767px) {
	.hero-apple-pay-web {
		background-image:url('https://devimages-cdn.apple.com/apple-pay/images/apple-pay-web_small.jpg');
		background-size:284px 195px;
		width:284px;
		height:195px;
		margin: 0 auto;
	}
}
