#translateSelectLanguage {
  appearance: auto;
  width: 85px;
  position: absolute;
  top: 28px;
  right: 30px;
}
@media screen and (max-width:768px) {
  #translateSelectLanguage{ 
    position: fixed;
  top: 27px;
  right: 65px;
  z-index: 1000;
  }
}