@media only screen and (max-height: 350px) {
  img.height-responsive {
    max-height: 40px;
  }
}

@media only screen and (min-height: 350px) and (max-height: 560px) {
  img.height-responsive {
    max-height: 80px;
  }

}
