html:not(.js) .lp-content-list--show-js {
  display: none;
}
html.js .lp-content-list--hide-js {
  display: none;
}

