.imgcontain{
    max-width: 21em;   
}
/* Zoom In #1 */
.hover01 figure img {
	transform: scale(1);
	transition: .2s ease-in-out;
}
.hover01 figure:hover img {
	transform: scale(1.03);
    box-shadow: 5px 5px 5px rgb(122, 122, 122);
}