/* HEPATTEX-273: Change the text alignment for the sentences in the text component */
.productpage #ui .textimage ul li {
  width: 90%;
}

@media screen and (max-width: 640px), screen and (max-device-width: 640px), screen and (max-width: 1024px) and (min-width: 641px) and (orientation: portrait) {
  .productpage #ui .textimage ul li {
    width: 90%;
  }
}


/* HEPATTEX-270: Henkel website page on the Pattex responsive does not show up properly */
.contentpage #ui #content .parsys .parsys_column .teaser.section {
  height: auto !important;
}