.zoom img {
    max-height: 250px;
	height: auto;
}
.zoom img:hover {
  max-height: 900px;

}