
.owl-dot {
    outline-style:none !important;
}


#owl-demo .item img{
    display: block;
    width: 100%;
    height: 340px;
}

.slide img {
    object-fit: fill;
    height: 311px;
}

.sliders{
    object-fit: contain;
    height: 311px;
}

.fit-partners {
    object-fit: contain;
    height: 6em;
    margin-bottom: 4%;
}

.cover img {
    object-fit: contain !important;
}

@media (max-width: 500px) {
    .fit-partners {
        height: 3em;
    }
}