.hyphen-text {
hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
word-wrap: break-word;
overflow-wrap: break-word;
word-break: break-word;
}
html { overflow-y: scroll; }