 body, html { overflow-x: clip !important; } 
 .bright-plus-cta {
font-size: 10px !important;
 }
*[data-ingredient="vitamine-c"] .bright-plus-ingredient__text {
    width: 100px;
}
.bright-plus-routine__action {
    font-size: 20px;
}
.bright-plus-routine__product {
    max-width: 190px;
}

*[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
    top: 228px;
}
@media (max-width: 480px) {
  *[data-ingredient="vitamine-c"] .bright-plus-ingredient__text {
    width: 85px;
}  
}



@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
    *[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
    top: 224px;
}
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
      *[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
    top: 224px;
}

}

@media (max-width: 480px) {

    *[data-ingredient="niacinamide"] .bright-plus-ingredient__text {
    top: 132px;
    }
}