 body.widget-snippet  .wc-snippet-page-photo{
        padding:40px;
    }
    .photo-block{
        width:445px;
        height:320px;
        margin: 0 0 35px 0;
        text-align: center;
        overflow: hidden;
    }
    .wc-snippet-page-photo  .photo-block img {
        transition-duration: .5s;
        -moz-transition-duration: .5s; /* Firefox 4 */
        -webkit-transition-duration: .5s; /* Safari and Chrome */
        -o-transition-duration: .5s; /* Opera */
        background-size: contain;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        width: 100%;
        height:100%;
    }
    .wc-snippet-page-photo  .photo-block:hover img {
        transform: scale(1.05);
        -ms-transform: scale(1.05); /* IE 9 */
        -webkit-transform: scale(1.05); /* Safari and Chrome */
        -o-transform: scale(1.05); /* Opera */
        -moz-transform: scale(1.05); /* Firefox */
    }


    @media screen and (min-width:970px) {
        .wc-snippet-page-photo .container {
            width: 970px;
        }
    }
