/*localise images*/
.page-products .image-mac-future {
    background-image: url("https://images.apple.com/in/education/products/images/coding_large.png");

}

@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-products .image-mac-future {
        background-image: url("https://images.apple.com/in/education/products/images/coding_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .page-products .image-mac-future {
        background-image: url("https://images.apple.com/in/education/products/images/coding_medium.png")
    }
}

@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-products .image-mac-future {
        background-image: url("https://images.apple.com/in/education/products/images/coding_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .page-products .image-mac-future {
        background-image: url("https://images.apple.com/in/education/products/images/coding_small.png")
    }
}

@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-products .image-mac-future {
        background-image: url("https://images.apple.com/in/education/products/images/coding_small_2x.png")
    }
}

/*localise images end*/

/* Local fixes for iTunes U section */
.page-products .icon-copy {
    max-width: 180px;
}


/* fix wrapping */
  br.med {
        display: none;
    }
    
@media only screen and (max-width: 1068px) {
  br.med {
        display: inline;
    }
}

@media only screen and (max-width: 735px) {
  br.med {
        display: none;
    }
    
}