/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.page-how-to-buy .section-loweringcosts .image-special-pricing {
    width: 1621px;
    height: 1017px;
    background-size: 1621px 1017px;
    background-repeat: no-repeat;
    background-image: url("https://images.apple.com/euro/education/c/screens_alt/images/purchasing/special_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-how-to-buy .section-loweringcosts .image-special-pricing {
        background-image: url("https://images.apple.com/euro/education/c/screens_alt/images/purchasing/special_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .page-how-to-buy .section-loweringcosts .image-special-pricing {
        width: 831px;
        height: 525px;
        background-size: 831px 525px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/education/c/screens_alt/images/purchasing/special_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-how-to-buy .section-loweringcosts .image-special-pricing {
        background-image: url("https://images.apple.com/euro/education/c/screens_alt/images/purchasing/special_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .page-how-to-buy .section-loweringcosts .image-special-pricing {
        width: 394px;
        height: 248px;
        background-size: 394px 248px;
        background-repeat: no-repeat;
        background-image: url("https://images.apple.com/euro/education/c/screens_alt/images/purchasing/special_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-how-to-buy .section-loweringcosts .image-special-pricing {
        background-image: url("https://images.apple.com/euro/education/c/screens_alt/images/purchasing/special_small_2x.jpg")
    }
}






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




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

@media only screen and (max-width: 1068px) {
    .page-how-to-buy .section-loweringcosts .image-special-pricing {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 735px) {
    .page-how-to-buy .section-loweringcosts .image-special-pricing {
        margin-left: -142px;
        margin-top: 0;
    }
}

@media only screen and (max-width: 735px) {
    .page-how-to-buy .section-support .image-support {
        margin-top: 0px;
    }
}


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