body.body__ad-spons--desktop #sponsCont:before {
  background: #f9f9fc;
  padding: 0 5px;
  content: "REKLAMA";
  position: absolute;
  margin-top: 3px;
  margin-left: 3px;
  text-align: center;
  font: 700 10px/21px Open Sans, Arial, sans-serif;
  letter-spacing: .25px;
  color: #ababab;
  line-height: 18px;
  z-index: 999999;
  transition: all var(--sitebranding-animation-time) ease;
}
body.body__ad-spons--mobile #expandButtonCont:before,
body.body__ad-spons--mobile #collapseButtonCont:before {
  background: #f9f9fc;
  width: 80px;
  content: 'REKLAMA';
  position: absolute;
  margin-top: -10px;
  margin-left: 0px;
  text-align: center;
  font: bold 8px/21px "Open Sans", Arial, sans-serif;
  letter-spacing: -.25px;
  color: #ababab;
  line-height: 10px;
  z-index: 999999;
  transition: all 0.6s ease, top 0.6s ease, background-position 0.6s ease;
}
body.body__ad-spons--mobile #sponsCont div.sponsButtonsCont {
  margin-top: 10px;
}
