/* 2020 12 03 airpods engraving*/
.section-engraving .promo-image {
    background-image: url("/airpods/images/overview/engraving__bbw2vgv4bv9u_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) {
    .section-engraving .promo-image {
        background-image:url("/airpods/images/overview/engraving__bbw2vgv4bv9u_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-engraving .promo-image {
        background-image: url("/airpods/images/overview/engraving__bbw2vgv4bv9u_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) {
    .section-engraving .promo-image {
        background-image:url("/airpods/images/overview/engraving__bbw2vgv4bv9u_medium_2x.jpg")
    }
}

@media only screen and (max-width: 734px) {
    .section-engraving .promo-image {
        background-image: url("/airpods/images/overview/engraving__bbw2vgv4bv9u_small.jpg")
    }
}

@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-engraving .promo-image {
        background-image:url("/airpods/images/overview/engraving__bbw2vgv4bv9u_small_2x.jpg")
    }
}
