.finger-pull-product-wrap {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
}

.finger-pull-product-wrap .products .product {
    width: 39% !important;
}

@media only screen and (max-width: 1200px) {
    .woocommerce .finger-pull-product-wrap ul.products li.product, .woocommerce-page ul.products li.product {
        width: 39% !important;
    }   
}

.finger-pull-img {
    width: 50%;
    display: inline-block;
}

.finger-pull-img img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .finger-pull-product-wrap, .finger-pull-img {
        display: block;
        width: 100%;
        margin-top: auto;
    }
}