.hero-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/send/send_hero_bg_1x.jpg");
}
.hero-bg.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/send/send_hero_bg_1x.jpg");
}
.n1, .n1.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/send/send_n1_1x.jpg");
}
.n2 {
    background-image: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/wright/send/send_n2_1x.jpg");
}
.n3 {
    background-image: url("https://www.paypalobjects.com/webstatic/en_GB/mktg/wright/send/send_n3_1x.jpg");
}
.n4, .n4.parallax .parallax-bg {
    background-image: url("https://www.paypalobjects.com/webstatic/mktg/wright/send/send_n4_1x.jpg");
}
.hero-bg input {
    margin: 0;
}
.hero-bg .controls {
    margin: 10px 0;
    width: 300px;
}
.hero-bg .controls .input-wrapper {
    display: block;
}
.hero-bg .controls input[type="text"], html[data-device-type="mobile"] .hero-bg .controls {
    width: 100%;
}
.hero-bg input[type="submit"] {
    width: 99.7%;
}
html[data-device-type="dedicated"] .hero-bg input[type="submit"], html[data-device-type="portable"] .hero-bg input[type="submit"] {
    width: 300px;
}
.hero-bg .controls input.amount-currency {
    width: 76%;
}
.hero-bg .controls select.currency {
    width: 24%;
}

