.zoom{
display:block;
}
.zoom img{
width:100px;
height:75px;
}
.zoom img:hover{
width:400px;
height:290px;
}