/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/

.page-business .image-modernize {
    width: 980px;
    height: 1025px;
    background-size: 980px 1025px;
    background-image: url("https://images.apple.com/fr/retail/business/images/modernize_large.jpg")
}

@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) {
    .page-business .image-modernize {
        background-image: url("https://images.apple.com/fr/retail/business/images/modernize_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-business .image-modernize {
        width: 549px;
        height: 853px;
        background-size: 549px 853px;
        background-image: url("https://images.apple.com/fr/retail/business/images/modernize_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: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .page-business .image-modernize {
        background-image: url("https://images.apple.com/fr/retail/business/images/modernize_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-business .image-modernize {
        width: 762px;
        height: 649px;
        background-size: 762px 649px;
        background-image: url("https://images.apple.com/fr/retail/business/images/modernize_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: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .page-business .image-modernize {
        background-image: url("https://images.apple.com/fr/retail/business/images/modernize_small_2x.jpg")
    }
}

.page-business .financing-icon {
    background-repeat: no-repeat;
    background-size: 45px 45px;
    height: 45px;
    width: 45px;
    background-image: url("/euro/retail/business/e/generic/images/finance_icon_large.svg");
}

html.ie8 .page-business .financing-icon { background: url('https://images.apple.com/euro/retail/business/e/generic/images/finance_icon_large.png'); }


/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/ 




/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

@media only screen and (min-width: 736px) {
	.page-business .section-services .service-financing h5 { margin-top: 6px; }
}


.page-business .modal .contact-modal .select-style {
    width: 314px;
}

@media only screen and (max-width: 1068px) {
    .page-business .modal .contact-modal .select-style {
        width: 314px
    }
}

@media only screen and (max-width: 735px) {
    .page-business .modal .contact-modal .select-style {
        width: 100%;
    }
}





.page-business .modal .contact-modal .select-store {
        margin-left: 0
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/ 