/* Mourning grayscale effect for Thai site */
html {
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
}
