.BrandBits-watermark {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 1000001; /* ensure clickable above flipbook overlays */
  background: transparent;
  padding: 0;
  border-radius: 0;
  text-decoration: none;
  cursor: pointer;
  transition: none;
}

.BrandBits-watermark:hover {
  background: transparent;
  text-decoration: none;
}

.BrandBits-watermarkImg {
  display: block;
  width: 100px;
  height: auto;
  opacity: 0.65;
}

.BrandBits-watermark:hover .BrandBits-watermarkImg {
  opacity: 0.9;
}