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

.page-business .image-modernize {
    width: 980px;
    height: 1025px;
    background-size: 980px 1025px;
    background-image: url("https://images.apple.com/uk/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/uk/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/uk/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/uk/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/uk/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/uk/retail/business/images/modernize_small_2x.jpg")
    }
}

.page-business .store-icon {
	width: 37px;
	height: 41px;
	background-size: 37px 41px;
	background-repeat: no-repeat;
    background-image: url("https://images.apple.com/uk/retail/business/images/icon_store_large.png");
    left: 50%;
    margin-left: -17.5px;
    position: relative
}

@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 .store-icon {
        background-image: url("https://images.apple.com/uk/retail/business/images/icon_store_large_2x.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-store {
        margin-left: 0
}


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

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

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