/* Localized images - start */
.page-howtoupgrade .section-three .appstore-image {
    background-repeat: no-repeat;
    background-size: 315px 235px;
    height: 235px;
    width: 315px;
    background-image: url("http://images.apple.com/au/macos/how-to-upgrade/images/app_store_large.jpg");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 144), (min-resolution: 144dppx) {
    .page-howtoupgrade .section-three .appstore-image {
        background-image: url("http://images.apple.com/au/macos/how-to-upgrade/images/app_store_large_2x.jpg");
    }
}
@media only screen and (max-width: 1068px) {
    .page-howtoupgrade .section-three .appstore-image {
        background-size: 230px 175px;
        height: 175px;
        width: 230px;
        background-image: url("http://images.apple.com/au/macos/how-to-upgrade/images/app_store_medium.jpg");
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-resolution: 144dpi), only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 1068px) and (min-resolution: 144dppx) {
    .page-howtoupgrade .section-three .appstore-image {
        background-image: url("http://images.apple.com/au/macos/how-to-upgrade/images/app_store_medium_2x.jpg");
    }
}
@media only screen and (max-width: 735px) {
    .page-howtoupgrade .section-three .appstore-image {
        background-size: 245px 185px;
        height: 185px;
        width: 245px;
        background-image: url("http://images.apple.com/au/macos/how-to-upgrade/images/app_store_small.jpg");
    }
}
@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 144dpi), only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 144), only screen and (max-width: 735px) and (min-resolution: 144dppx) {
    .page-howtoupgrade .section-three .appstore-image {
        background-image: url("http://images.apple.com/au/macos/how-to-upgrade/images/app_store_small_2x.jpg");
    }
}
/* Localized images - end */

/* Local fixes - start */

/* Local fixes - end */