*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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