@media screen and (max-width: 768px) {
    #owl-demo .item {
        height: 250px !important;
    }
}

@media screen and (max-width: 480px) {
    #owl-demo .item {
        height: 200px !important;
    }
}

.owl-carousel .owl-stage-outer {
    overflow: hidden;
}

.owl-carousel .item img {
    transform: scale(1);
    transition: none;
}