.hero-bg, .hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/20140905_Landing2-DB4_02.jpg");
}
.n2 {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/20140905_Landing2-DB4_05.png");
}
.n1 {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/20140905_Landing2-DB4_03.png");
}
.n3 {
    background-image: url("https://www.paypalobjects.com/webstatic/fr_FR/mktg/20140905_Landing2-DB4_04.png");
}
.editorial {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

html[data-device-type="mobile"] p {
	padding-top: 5px;
	padding-bottom: 5px;
}

@media (orientation: portrait) {
    html[data-device-type="portable"] .editorial-right .editorial-img {
		background-position: center bottom;
	}
}

@media (orientation: portrait) {
    html[data-device-type="portable"] .editorial-left .editorial-img {
		background-position: center bottom;
	}
}

html[data-device-type="mobile"] .hero-bg {
	background-position: 85% top;
	background-size: auto 265px;
	background-repeat: no-repeat;
}

