/*screen localisation*/

.page-overview .section-products .image-products {
 width: 2014px;
 height: 1288px;
 background-size: 2014px 1288px;
 background-image: url("https://images.apple.com/au/education/images/products_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-overview .section-products .image-products {
 background-image: url("https://images.apple.com/au/education/images/products_large_2x.jpg");
 }
}

@media only screen and (max-width: 1068px) {
 .page-overview .section-products .image-products {
 width: 1383px;
 height: 870px;
 background-size: 1383px 870px;
 background-image: url("https://images.apple.com/au/education/images/products_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-overview .section-products .image-products {
 background-image: url("https://images.apple.com/au/education/images/products_medium_2x.jpg");
 }
}

@media only screen and (max-width: 735px) {
 .page-overview .section-products .image-products {
 width: 559px;
 height: 352px;
 background-size: 559px 352px;
 background-image: url("https://images.apple.com/au/education/images/products_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-overview .section-products .image-products {
 background-image: url("https://images.apple.com/au/education/images/products_small_2x.jpg");
 }
}

@media only screen and (max-width: 1068px) {
  .page-overview .section-products .image-products {
    left: -130px;
    bottom: -230px;
  }
}

@media only screen and (max-width: 735px) {
  .page-overview .section-products .image-products {
    position: static;
    margin-bottom: 35px;
    margin-left: -18px;
  }
  .page-overview .section-products .image-products .eyebrow-hero {
    color: #333333;
  }
}
