.ls-flex > .owl-stage-outer {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.ls-flex > .owl-stage-outer > .owl-stage {
    display: flex;
    flex: 1;
    min-height: 0;
}

.owl-carousel-opac {
    overflow: hidden;
}

.ls-flex.owl-carousel.owl-loaded, .ls-flex.owl-carousel-opac.owl-loaded{
    display: flex;
}
.ls-flex.owl-carousel .owl-item,  .ls-flex.owl-carousel-opac .owl-item{
    display: flex;
    justify-content: center;
}
.ls-flex.owl-carousel .owl-item .item, .ls-flex.owl-carousel-opac .owl-item .item{
    flex:1;
    display: flex;
    justify-content: center;
    min-height: 0;
    min-width: 0;
}

.ls-flex.owl-carousel .owl-item .item > .global-slot-wrapper, .ls-flex.owl-carousel-opac .owl-item .item > .global-slot-wrapper{
    flex:1;
}

.ls-full-height-carousel.owl-carousel .owl-stage-outer, .ls-full-height-carousel.owl-carousel .owl-stage, .ls-full-height-carousel.owl-carousel .owl-item,
.ls-full-height-carousel.owl-carousel-opac .owl-stage-outer, .ls-full-height-carousel.owl-carousel-opac .owl-stage, .ls-full-height-carousel.owl-carousel-opac .owl-item {
    height: 100%;
}

.owl-carousel .owl-nav.disabled, .owl-carousel-opac .owl-nav.disabled, 
.owl-carousel .owl-dots.disabled, .owl-carousel-opac .owl-dots.disabled {
    display: none;
}

@media (max-width: 641px){
    .ls-owl-carousel-visible-medium {
      display: none;
    }
}

@media (max-width: 1007px){
    .ls-owl-carousel-visible-large {
      display: none;
    }
}

.owl-carousel .owl-item p img {
    display: unset;
}

    