.imagezoom {width: 100%;height: 300px;overflow: hidden}
.imagezoom img {width: 100%;height: 300;transition: all 1s ease-in-out}
.imagezoom:hover img {transform: scale(1.5, 1.5);cursor: pointer}