body.widget-snippet .handy-img a{
	display:auto;
	line-height:auto;
}

.widget-snippet .handy-img {
    max-width: 100%;
    text-align: center;
    min-height: 234px;
    margin: 0;
    padding:30px 0;
    overflow: hidden;
    border: 1px solid #f7f6f6;
    vertical-align: middle;

       -webkit-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08); 
    -moz-box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08);
     box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.08); 
}

.widget-snippet .handy-img a img {
    width: auto;
    height: 100%;
    vertical-align: middle;
    min-width: 80px;

  -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 .handy-img a {
    display: block;
    line-height: 225px;
}

.widget-snippet section.handy-links-area {
    display: block;
    width: 100%;
    padding: 0 15px;
}

.widget-snippet section.handy-links-area .col-md-4.col-sm-6.col-xs {
    margin-bottom: 30px;
}

.widget-snippet .handy-img:hover img {
             transform: scale(1.1);
}
