#G1 {
  position: relative;
  transition: all 2s ease;
}

#G1:hover {
  top: -27px;
}
