img.fbrk_archilovers_medalja {
  width: 140px;
  height: auto;
  border: 0;
}

div.fbrk_archilovers {
  overflow: auto;
  position: fixed;
  z-index: 99999;
  bottom: 10px;
  right: 0px;
  width: 160px;
  height: 160px;
  transition: 0.2s;
}

img.fbrk_bigsee_medalja {
  width: 240px;
  height: auto;
  border: 0;
}

div.fbrk_bigsee {
  overflow: auto;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
  right: 0px;
  width: 260px;
  height: 90px;
  transition: 0.2s;
}
@media all and (max-width: 920px) {
  div.fbrk_archilovers {
    bottom: 60px;
    left: 10px;
  }
  div.fbrk_bigsee {
    bottom: 60px;
    left: 10px;
  }
}
