body, html { overflow-x: clip !important; }
.dp-product__ingredient[data-ingredient="turmeric"] .dp-product__ingredient-name {
    top: 5%;
    right: 20%;
}
.dp-product__ingredient[data-ingredient="teasel"] .dp-product__ingredient-name {
    top: 17%;
    left: 8%;
    right: 90%;
}
.dp-product__ingredient[data-ingredient="kangaroo-flower"] .dp-product__ingredient-name {
    width: 50%;
}   
@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) {}
@media (max-width: 480px) {
    .dp-product__ingredient[data-ingredient="turmeric"] .dp-product__ingredient-name {
        right: 27%;
        left: 52%;
    }
    .dp-product {
        padding-top: 30px;
    }
}