.language-picker-item {
  position: absolute;
  /*width: 100px;*/
  /*height: 100px;*/
}

@media (max-width: 640px) {
  .out-of-scope-up {
    top: -80px;
  }
  .up-3 {
    top: -30px;
  }
  .up-2 {
    top: -20px;
  }
  .up-1 {
    top: -5px;
  }
  .current {
    top: 15px;
  }
  .down-1 {
    top: 35px;
  }
  .down-2 {
    top: 50px;
  }
  .down-3 {
    top: 170px;
  }
  .out-of-scope-down {
    top: 200px;
  }
}

/*// fit to tailwind md and sm screen sizes*/
@media (min-width: 641px) and (max-width: 767px) {
  .out-of-scope-up {
    top: -80px;
  }
  .up-3 {
    top: -55px;
  }
  .up-2 {
    top: -15px;
  }
  .up-1 {
    top: 10px;
  }
  .current {
    top: 40px;
  }
  .down-1 {
    top: 70px;
  }
  .down-2 {
    top: 95px;
  }
  .down-3 {
    top: 170px;
  }
  .out-of-scope-down {
    top: 200px;
  }
}

@media (min-width: 768px) {
  .out-of-scope-up {
    top: -100px;
  }
  .up-3 {
    top: -70px;
  }
  .up-2 {
    top: -40px;
  }
  .up-1 {
    top: 20px;
  }
  .current {
    top: 90px;
  }
  .down-1 {
    top: 160px;
  }
  .down-2 {
    top: 225px;
  }
  .down-3 {
    top: 250px;
  }
  .out-of-scope-down {
    top: 300px;
  }
}
