#imgbtn img {
    width: 100%;
    height: 78px;
}

@media only screen and (max-width: 600px) {
  #imgbtn img {
    height:  auto;
  }
}