#NUTRI-LUMIERE-HEADER-V2 .Wrapper {
    left: 71%;
    top: 124px;
}

/* tablet landscape */
@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 .Wrapper {
        left: 53%;
    }
}
/* tablet portrait */
@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 .Wrapper {
        left: 0;
        top: 255px;
    }
}
/* mobile */
@media (max-width: 480px) {
    #NUTRI-LUMIERE-HEADER-V2 {
        width: 112%;
    }
    #NUTRI-LUMIERE-HEADER-V2 .Wrapper {
        left: -5%;
    }
    #NUTRI-LUMIERE-HEADER-V2 .Wrapper {
        top: 255px;
    }
}