#NUTRI-LUMIERE-HEADER-V2 {
    background-image: url(img/2000x381_Nutri%20Lumiere2.jpg);
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
    #NUTRI-LUMIERE-HEADER-V2 {
        background-position: 73% 0%;
    }
}

@media (orientation: portrait) {
    #NUTRI-LUMIERE-HEADER-V2 {
        background-position: top center;
    }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    #NUTRI-LUMIERE-HEADER-V2 {
        background-size: auto 23vh;
    }
}

@media (max-width: 761px) {
    #NUTRI-LUMIERE-HEADER-V2 {
        background-position: 53% 10%;
        background-size: auto 25vh;
    }
}