@charset "utf-8";
/* CSS Document */

img { 
	transition: all .5s ease-in-out; 
}
img:hover { 
    	transform: scale(3.5); 
    }