/* <!-- Page moving sideways --> */
body, html { overflow-x: clip !important; }
.br-mobile {
  display: none;
}
.dp-faq__answer p a {
    display: inline !important;
}
@media (min-width: 768px) {
  .dp-product__ingredient[data-ingredient="turmeric"] .dp-product__ingredient-name {
    right: 5%;
    top: 7%;
  }
  .dp-product__ingredient[data-ingredient="caffeine"] .dp-product__ingredient-name {
    left: 3%;
  }
  .dp-product__ingredient[data-ingredient="kangaroo-flower"] .dp-product__ingredient-name {
    top: 70%;
    width: 55%;
    right: 5%;
  }
}


@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .dp-howto-step__name {
    min-height: 40px;
  }

}
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .dp-howto-step__name {
    min-height: 40px;
  }

}
@media (max-width: 480px) {
  .dp-header__nav ul li a {
    height: 50px;
  }
  .dp-product__ingredient[data-ingredient="turmeric"] .dp-product__ingredient-name {
    top: 5%;
    right: 15px;
  }
  .dp-product__ingredient[data-ingredient="kangaroo-flower"] .dp-product__ingredient-name {
    width: 54%;
  }
  .br-mobile {
    display: block;
  }
  .br-desktop {
    display: none;
  }
}