 body.widget-snippet .four-skip-bin-content{
        margin:30px;
    }
    .widget-snippet .four-skip-bin-content .row + .row {
        margin-top: 30px;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 25px;
        margin-bottom: 40px;
    }
    .widget-snippet .four-skip-bin-content{
        margin:30px;
    }
    .widget-snippet .four-picture-cell {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }
    .widget-snippet .four-picture-cell img{
        width:100%;
        height:100%;
        max-width: 100%;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .four-picture-cell:hover img{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: scale(1.03);
    }
    .widget-snippet .high-sided-cubic-area h3 {
        font-size: 25px;
    }

