    body.widget-snippet .our-client-area {
        padding: 30px;
    }

    body.widget-snippet .client-block {
        padding: 10px;
    }

    .widget-snippet .client-block {
        width: 370px;
        display: inline-block;
        vertical-align: top;
        margin-right: 40px;
        margin-bottom: 40px;
        position: relative;
        height: 240px;
        overflow: hidden;
    }

    .widget-snippet .client-block:nth-of-type(3n+3) {
        margin-right: 0;
    }

    .widget-snippet .client-block a {
        width: 100%;
        height: 100%;
        display: block;
    }

    .widget-snippet .client-block img {
        width: 100%;
        height: 100%;
    }

    .widget-snippet .client-block img {
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }

    .widget-snippet .client-block a:hover img {
        transform: scale(1.05);
        -ms-transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -o-transform: scale(1.05);
        -moz-transform: scale(1.05);
    }
