.slider-images--navigation {
    margin-top: 24px;
    justify-content: center
}

.slider-images img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (min-width: 768px) {
    .slider-images img {
        height: 280px
    }
}

@media screen and (min-width: 992px) {
    .slider-images img {
        height: 350px
    }
}

@media screen and (min-width: 1920px) {
    .slider-images img {
        height: 400px
    }
}

.slider-images .owl-item {
    transition: all .4s .2s ease
}

.slider-images .owl-item:not(.center) {
    opacity: .3
}

.slider-images .owl-stage-outer {
    margin-inline: -16px
}

@media screen and (min-width: 1056px) {
    .slider-images .owl-stage-outer {
        margin-inline: 0
    }
}