#cookie-bar-browsers a,
#cookie-bar-browsers a:hover {
  display: inline-block;
  background: url("browsers.png") no-repeat;
  /* background-size: 505.5px 213px; */
  background-size: calc(1200px * (48 / 163)) calc(426px * (48 / 161));
  text-align: left;
  height: 53px;
  margin: 0;
  padding: 0;
  position: relative;
}
#cookie-bar-browsers a span {
  border-radius: 2px;
  color: #fff !important;
  display: none;
  left: -10px;
  opacity: 1;
  padding: 3px 0px;
  position: absolute;
  text-align: center;
  top: 60px;
  width: 66px;
}
#cookie-bar-browsers a:hover span {
  display: inline-block;
}
#cookie-bar-browsers a.chrome,
#cookie-bar-browsers a.chrome:hover {
  background-position: calc(-424px * (48 / 163)) calc(-22px * (48 / 161));
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers a.firefox,
#cookie-bar-browsers a.firefox:hover {
  background-position: calc(-632px * (48 / 163)) calc(-22px * (48 / 161));
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers a.ie,
#cookie-bar-browsers a.ie:hover {
  background-position: calc(-113px * (48 / 163)) calc(-241px * (48 / 161));
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers a.opera,
#cookie-bar-browsers a.opera:hover {
  background-position: calc(-528px * (48 / 163)) calc(-241px * (48 / 161));
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers a.safari,
#cookie-bar-browsers a.safari:hover {
  background-position: calc(-11px * (48 / 163)) calc(-22px * (48 / 161));
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers a.apple,
#cookie-bar-browsers a.apple:hover {
  background-position: calc(-928px * (48 / 163)) calc(-242px * (48 / 161));
  width: 48px;
  height: 48px;
}
#cookie-bar-browsers a.android,
#cookie-bar-browsers a.android:hover {
  background-position: calc(-1023px * (48 / 163)) calc(-22px * (48 / 161)) !important;
  width: 48px;
  height: 48px;
}
#cc-main .pm__btn,
#cc-main .cm__btn {
  background: #00c642 !important;
  border: #00c642 !important;
}
