.positive-gallery-slider{
    width: 100%;
    display: flex;
}
.positive-gallery-slider .side-img{
    flex-basis: 15%;
    display: flex;
    flex-direction: column;
}
.positive-gallery-slider .side-img img.small-preview{
    margin: 5px;
    width: 100%;
    cursor: pointer;
}
.zoom-image{
    flex: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 15px;  
    min-height: 500px;
}
