body.widget-snippet{
padding: 50px 0;
}
.single-bin{
			text-align: center;
			margin-bottom: 20px;
			padding-top: 25px;
			min-height: 250px;
		}
		.single-bin p{
			max-width: 250px;
			margin: 10px auto 15px;
			font-size: 18px;
		}
		.other-bin-sizes h2 {
			font-size: 29px;
			font-family: 'Oswald', sans-serif;
			font-weight: 400;
			color: #000;
			position: relative;
			padding-bottom: 15px;
			margin-bottom: 40px;
			margin-top: 0;
			font-size: 32px;
		}
		.other-bin-sizes h2::after {
			width: 40px;
			height: 2px;
			background-color: #000;
			position: absolute;
			bottom: 0;
			left: 0;
			content: "";			
		}
		.wrapping-bins {
			margin: 0;
			border-left: 1px solid #bebebe;
			border-top: 1px solid #bebebe;
		}
		.wrapping-bins .col-md-4 {
			border-right: 1px solid #bebebe;
			border-bottom: 1px solid #bebebe;
		}
		.wrapping-bins-bottom{
margin: 0 0 100px;
			border-left: 1px solid #bebebe;
		}
		.wrapping-bins-bottom .col-md-4 {
			border-right: 1px solid #bebebe;
			border-bottom: 1px solid #bebebe;
			border-top: 1px solid #bebebe;
		}
.other-bin-img {
			min-height: 150px;
			line-height: 150px;
			vertical-align: middle;
		}

.widget-snippet a.single-bin {
       display:block;
}
.widget-snippet a.single-bin img {
        -moz-transition:all 350ms ease 0s;
	-o-transition:all 350ms ease 0s;
	-webkit-transition:all 350ms ease 0s;
	transition:all 350ms ease 0s;
}
.widget-snippet a.single-bin:hover img{
      opacity: 0.6;
}
