.owl-carousel, .owl-carousel .owl-stage-outer, .owl-stage, .owl-item, .item, .owl-item .item img {
    height: 100%;
    width: 100%;
}
.owl-item .item img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 1023px) {
    .isotope-item {
        width: 50%;
    }
    .img-carousel-section {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .isotope-item {
        width: 100%;
    }
}
