body.widget-snippet .ten-cubic-metre-content{
		margin:30px auto;		
max-width: 1200px;
	}
	.widget-snippet .ten-cubic-metre-content .row + .row {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body.widget-snippet .ten-cubic-picture-cell {
		padding: 15px;
	}
	.widget-snippet .ten-cubic-picture-cell img{
		width:100%;
		height:100%;
        max-width: 100%;
	    object-fit: cover;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .ten-cubic-picture-cell:hover img{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: scale(1.03);
    }
.widget-snippet .ten-cubic-picture-cell {
    height: 320px;
    overflow: hidden;
    vertical-align: top;
    margin: 0;
}
section.ten-cubic-metre-content .btn {
    font-size: 18px;
    text-transform: capitalize;
    background: #6aca5a;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    transition: all 0.5s ease 0s;
    padding: 10px 45px;
}
section.ten-cubic-metre-content .btn:hover{
	background: #1d1d1d;
	 
}
section.ten-cubic-metre-content .btn-box {
    text-align: center;
}
