.kavist-gallery .owl-carousel .owl-stage-outer {
    overflow: visible;
}
@media (min-width: 576px) {
    .kavist-gallery .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }
}

.kavist-gallery .owl-item{
    min-width: 200px;
    max-width: 200px;
}

@media (min-width: 576px) {
    .kavist-gallery .owl-item {
        min-width: auto;
        max-width: none;
    }
}

.kavist-gallery .wrap{
    position: relative;
    height: 132px;
    overflow: hidden;
}

@media (min-width: 768px) {
    .kavist-gallery .wrap{
        height: 194px;
    }
}

.kavist-gallery .wrap img{
    height: 100%;
    object-fit: cover;
}

.kavist-gallery li {
    list-style: none;
}

.kavist-gallery a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 4px;
    overflow: hidden;
}

@media(min-width: 768px) {
    .kavist-gallery a {
        border-radius: 0;
    }
}

@media(min-width: 576px) {
    .kavist-gallery a:before {
        content: "";
        position: absolute;
        right: 13px;
        top: 13px;
        width: 25px;
        height: 21px;
        background: url(images/icon.png) no-repeat;
        z-index: 1;
    }
}

.kavist-gallery a span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    background: rgba(0, 0, 0, 0.4);
}

.kavist-gallery a:hover span {
    display: block;
}

.kavist-gallery .zoom {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 60px;
    height: 60px;  
    margin-left: -30px;
    margin-top: -30px;
    background: url(images/lupa.png) center no-repeat;
}

.kavist-gallery .name {
    font-size: 15px;
    line-height: 1.1em;
    font-weight: bold;
    color: #273647;
    text-align: center;
    margin: 10px 0 0;
}

.kavist-gallery .owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0;
}

.kavist-gallery .owl-dots .owl-dot{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 9px;
    height: 9px;
    border: 2.3px solid #8090a3;
    border-radius: 50%;
}

.kavist-gallery .owl-dots .owl-dot.active {
    background: #8090a3;
    cursor: default;
}

.kavist-gallery .owl-carousel .owl-nav button.owl-prev,
.kavist-gallery .owl-carousel .owl-nav button.owl-next{
    margin-top: -40px;
}