.lv-active-translation {
  position: fixed;
  z-index: 20;
  top: 25px;
  right: 210px;
  color: #8f897f;
  font: 10px Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 700px) {
  .lv-active-translation { display: none; }
}
