#title {
  background-size: contain;
  display: block;
  margin: 0 auto;
  text-indent: -99999px;
  width: 350px;
  max-width: 90%;
  height: 51px;
}
.theme--dark #title {
  background-image: url(https://kviriem.lv/media/kviriem_dark_web.svg);
}
.theme--light #title {
  background-image: url(https://kviriem.lv/media/kviriem_light_web.svg);
}