/* ทำให้เว็บเป็นขาวดำ */
html {
  filter: grayscale(0%) !important;
  -webkit-filter: grayscale(0%) !important;
}

/* ตั้งค่าริบบิ้น */
.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

/* มุมซ้ายบน */
.black-ribbon.top-left {
  top: 0;
  left: 0;
  background-image: url("/images/black_ribbon_top_left.png");
}
