#translateSelectLanguage {
  appearance: auto;
  outline: none;
  cursor: pointer;
  width: 90px;
  position: absolute;
  top: 16px;
  left: 245px;
  height: 27px;
}
@media screen and (max-width:768px) {
  #translateSelectLanguage{ 
    top: 15px;
    left: 211px;
  }
}