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

.section-promos .image-airpods {
    width: 1350px;
    height: 717px;
    background-size: 1350px 717px;
    background-repeat: no-repeat;
    background-image: url("https://www.apple.com/euro/iphone/home/p/generic/images/home/airpods_large.jpg");
    left: initial;
    margin-left: initial;
    position: relative;
    top: 16px
}

@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-promos .image-airpods {
        background-image: url("https://www.apple.com/euro/iphone/home/p/generic/images/home/airpods_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-promos .image-airpods {
        width: 768px;
        height: 436px;
        background-size: 768px 436px;
        background-repeat: no-repeat;
        background-image: url("https://www.apple.com/euro/iphone/home/p/generic/images/home/airpods_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-promos .image-airpods {
        background-image: url("https://www.apple.com/euro/iphone/home/p/generic/images/home/airpods_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-promos .image-airpods {
        width: 708px;
        height: 380px;
        background-size: 708px 380px;
        background-repeat: no-repeat;
        background-image: url("https://www.apple.com/euro/iphone/home/p/generic/images/home/airpods_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) {
    .section-promos .image-airpods {
        background-image: url("https://www.apple.com/euro/iphone/home/p/generic/images/home/airpods_small_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-promos .image-airpods {
        left: initial;
        margin-left: initial;
        position: relative;
    }
}

@media only screen and (max-width: 735px) {
    .section-promos .image-airpods {
        left: 50%;
        position: relative;
    }
}

@media only screen and (max-width: 1068px) {
    .section-promos .image-airpods {
        top: 4px;
    }
}

@media only screen and (max-width: 735px) {
    .section-promos .image-airpods {
        top: 18px;
    }
}

@media only screen and (max-width: 1068px) {
    .section-promos .image-airpods {
        margin-left: initial;
    }
}

@media only screen and (max-width: 735px) {
    .section-promos .image-airpods {
        margin-left: -310px;
    }
}






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




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






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