body.widget-snippet .cubic-metre-18{
	padding:30px;
}
.widget-snippet .cubic-metre-18-img{
	overflow:hidden;	
}
.widget-snippet .cubic-metre-18-img img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-snippet .cubic-metre-18-img:hover img {
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform: scale(1.03);
}
