/* =========================
   K3 GLOBAL WATERMARK SYSTEM
   Use on any page/section
========================= */

.k3-bg {
  position: relative;
  overflow: hidden;
}

.k3-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("images/k3hat.png") no-repeat center;
  background-size: clamp(160px, 20vw, 300px);
  opacity: 0.035;
  z-index: 0;
  pointer-events: none;
}

.k3-bg > * {
  position: relative;
  z-index: 1;
}