body.widget-snippet .commercial-bin-hire-top {
	margin:30px;
}
.widget-snippet .commercial-bin-hire-top h4 {
	padding: 20px;
	color: #000;
	padding-top: 0;
	padding-left: 0;
	font-size: 20px;
}
.widget-snippet .commercial-bin-hire-top img {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.widget-snippet .commercial-bin-hire-top img:hover {
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(1.03);
}
