/* Localized CA Screens */

.section-applepay .image-applepay {
    width: 241px;
    height: 471px;
    background-size: 241px 471px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/ca/iphone/home/images/apple_pay_large.png");
    margin-left: -330px;
}

@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) {
    .section-applepay .image-applepay {
        background-image: url("http://images.apple.com/ca/iphone/home/images/apple_pay_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .section-applepay .image-applepay {
        width: 160px;
        height: 336px;
        background-size: 160px 336px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ca/iphone/home/images/apple_pay_medium.png");
        margin-left: -225px;
    }
}

@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-applepay .image-applepay {
        background-image: url("http://images.apple.com/ca/iphone/home/images/apple_pay_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .section-applepay .image-applepay {
        width: 225px;
        height: 468px;
        background-size: 225px 468px;
        background-repeat: no-repeat;
        background-image: url("http://images.apple.com/ca/iphone/home/images/apple_pay_small.png");
        margin-left: -121px;
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .section-applepay .image-applepay {
        background-image: url("http://images.apple.com/ca/iphone/home/images/apple_pay_small_2x.png")
    }
}