   body.widget-snippet .street-parking-page-content{
        margin: 30px auto;
max-width: 1200px;
    }
    .widget-snippet .street-parking-page-content .row + .row {
        margin-top: 60px;
        border-top: 1px solid rgba(0,0,0,0.1);
        padding-top: 70px;
    }
    .widget-snippet .street-parking-picture{
        margin: 15px 0 15px 0;
        overflow: hidden;
    }
    .widget-snippet .street-parking-picture img{
      width: 100%;
        height: auto;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
    }
    .widget-snippet .street-parking-picture:hover img{
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        transform: scale(1.03);
    }
