/* SS_WM_OVERRIDE_V2: watermark driven by --ss-wm-url */
.chartArea::before{
  background-image: var(--ss-wm-url, url("/charts/btc_logo.png")) !important;
  background-repeat: no-repeat !important;
  background-position: 86% 16% !important;
  background-size: 180px 180px !important;
  opacity: .06 !important;
  pointer-events: none !important;
}
