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

.col img{
	margin-left: auto;
	margin-right: auto;
	opacity: .7;
	transition: opacity 2s, width 2s;
	width: 90%;
}

.col img:hover {
	opacity: 1;
	width: 100%;
}
