.box{
	width: 731px;
	height: 539px;
	overflow:hidden;
}
.box img{
	transition: 2s;
	width: 100%;
}
.box:hover img{
	transform: scale(1.3) rotate(2deg);

}
.box2{
	width: 731px;
	height: 539px;
	overflow:hidden;
}
.box2 img{
	transition: 2s;
	width: 100%;
}
.box2:hover img{
	transform: scale(1.5) rotate(10deg);

}
