@media screen and (max-width: 768px) {
  #google_translate_element {
    position: absolute !important;
    top: 10px !important;
    left: 10px !important;
    right: auto !important;
    z-index: 9999 !important;
  }
}