.gallery {
    padding: 0 10px;
    margin: 0 auto;
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.product-info .side {
    box-sizing: border-box;
    float: right;
    width: 50%;
}
.zoomContainer, .zoomWrapper {
    width: auto !important;
    height: auto !important;
    position: relative;
}
.zoomWrapper {
    text-align: center;
}
.zoomWrapper img:first-child {
    position: relative !important;
    height: auto !important;
    max-height: 374px;
}
.zoomWrapper img:nth-child(2) {
    display: none !important;
}
#product_gallery {
    display: inline-block;
    position: relative;
}
#product_gallery img {
    float: left;
    margin: 2px 2px 2px 0;
    max-height: 65px;
    border: 2px solid transparent;
}
#product_gallery .active img{border:2px solid #333 !important;}
@media (max-width: 767px) {
    .gallery {
        width: 100%;
        padding: 0;
    }
    .product-info .side {
        width: 100%;
    }
    .zoomWrapper {
        text-align: center;
        height: 250px !important;
    }
    .zoomWrapper img:first-child {
        max-height: 250px;
        text-align: center;
        cursor: pointer;

    }
    .zoomContainer {
        display: none;
    }
}