img {
width:45px;
height:63.6px;
transition-duration:0.3s;
margin:10px;
margin:2px;
}

img:hover {
transform: scale(3);
box-shadow:0 0 10px black;
}