@charset "UTF-8";
.scale {
	-webkit-transition: all 0.25s linear 0.13s;
	-o-transition: all 0.25s linear 0.13s;
	transition: all 0.25s linear 0.13s;
}
.scale:hover {
	width: 70%;
	height: 70%;
}
