body:has(.initial-snow) .logo a {
  position: relative;
}
body:has(.initial-snow) .logo a:before {
  content: "";
  position: absolute;
  top: 7px;
  right: 18px;
  width: 55px;
  height: 55px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  background: url("http://admin.sitexo.com/cache/documents/61516ec3ea186d407ec5bfab/Logo_sticker3.svg") no-repeat center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  pointer-events: none;
}
@media (max-width: 350px) {
  body:has(.initial-snow) .logo a:before {
    top: 7px;
    right: -2px;
    width: 55px;
    height: 55px;
  }
}
