.gallery {
    margin: 0 0 20px 0;
}
.gallery-arrow {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../../../../image/svg/arrow_slider.svg");
    cursor: pointer;
    z-index: 1;
}
.gallery-arrow:hover,
.gallery-arrow.active {
    background-image: url("../../../../../image/svg/arrow_slider_active.svg")!important;
}
.loop_size {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -35px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../../../../../image/svg/loop_size.svg");
    cursor: pointer;
    z-index: 11;
}
.gallery-arrow.mod-prev {
}
.gallery-arrow.mod-next {
    transform: rotate(180deg);
}
.gallery-img-holder {
    width: 100%!important;
}
.content {
    position: relative;
    display: block;
}

.gallery {
    position: relative;
    display: block;
}

.gallery-item {
    position: relative;
    float: left;
    vertical-align: middle;
    text-align: center;
}

.gallery-img-holder {
    display: inline-block;
    width: auto;
    height: auto;
}

.gallery-img {
    width: 100%;
    height: 100%;
}

.slick-lightbox .slick-arrow {
    z-index: 10;
}