/*
.img-responsive {
    width: 100%;
    display: block;
    height: auto;
    min-width: 100%;
}
*/

.gallery {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

.gallery li {
    display: inline-block;
    padding-right: 10px;
}

.img-product {
    max-height: 600px;
    width: auto;
}
