.gtraslate {
  position: absolute;
  overflow: hidden;
  bottom: 120px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  background: url(https://lh3.googleusercontent.com/COxitqgJr1sJnIDe8-jiKhxDx1FrYbtRHKJ9z_hELisAlapwE9LUPh6fcXIfb5vwpbMl4xl9H9TRFPc5NOO8Sb3VSgIBrfRYvW6cUA)
    rgba(182, 194, 197, 0.8) no-repeat center center;
  background-size: 30px 30px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.gtraslate #google_translate_element {
  display: none;
  opacity: 0;
  width:1px;
  height:1px;
}
.gtraslate:hover #google_translate_element {
  display: block;
  opacity: 1;
  width: auto;
  height:auto;
}
.gtraslate:hover {
  background: rgba(182, 194, 197, 0.8);
  width: 180px;
}
