/* Hide content if Portugal */
  html[lang$="PT"] .wb-js-msgInfo,
  html[lang$="PT"] .wb-upload-file__advice,
  html[lang$="PT"] .wb-upload-file__checkbox {
    display: none !important;
  }

  div.wb-welcome-teaser {
      max-height: 600px;
  }
