.image.one {
	overflow: hidden;
}
.image.one img {
	border-radius: 0px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.image.one img {
	border-radius: 0px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.image.one img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.nopadding {
	padding: 0 !important;
	margin: 0 !important;
}