/* ------------------------------------------------------------------------------------------- */
.bright-plus-banner {
    margin-bottom: 44px;
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
    .bright-plus-banner {
        margin-bottom: 0;
    }
}
*[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
    top: 230px;
}

body, html { overflow-x: clip !important; }
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
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) {
    .bright-plus-routine__name {
        width: 98%;
    }
}
@media (max-width: 480px) {
    *[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
        top: 155px;
        left: 110px;
    }
    *[data-ingredient="vitamine-c"] .bright-plus-ingredient__text {
        top: 4px;
        left: -6px;
    }
}