.owl-carousel {
    height: 440px!important;
    overflow:hidden!important;
}

.owl-stage-outer {
    height: 440px!important;
}
.item {
    background-origin: content-box!important;
    padding-top: 30px!important;
    height:440px!important;
    background-size:cover;
    background-repeat: no-repeat !important;
    background-position: center center;
}
@media (min-width: 768px) {
    .owl-carousel {
        height: 290px!important;
        overflow:hidden!important;
    }
    
    .owl-stage-outer {
        height: 290px!important;
    }
    .item {
        height:290px!important;
        background-size:contain!important;
        background-repeat: no-repeat !important;
        padding-top: 0px!important;
    }
}
@media (min-width: 1024px) {
    .owl-carousel {
        height: 430px!important;
        overflow:hidden!important;
    }
    
    .owl-stage-outer {
        height: 430px!important;
    }
    .item {
        height: 430px!important;
        background-size:cover!important;
        background-repeat: no-repeat !important;
        background-position: center center;
        padding-top: 0px!important;
    }
}
@media (min-width: 1300px) {
    .owl-carousel {
        height: 460px!important;
        overflow:hidden!important;
    }
    
    .owl-stage-outer {
        height: 460px!important;
    }
    .item {
        height:460px!important;
        padding-top: 0px!important;
    }
}



@media (min-width: 1400px) {
    .owl-carousel {
        height: 520px!important;
        overflow:hidden!important;
    }
    
    .owl-stage-outer {
        height: 520px!important;
    }
    .item {
        height:520px!important;
        padding-top: 0px!important;
    }
}

@media (min-width: 1600px) {
    .owl-carousel {
        height: 550px!important;
        overflow:hidden!important;
    }
    
    .owl-stage-outer {
        height: 550px!important;
    }
    .item {
        height:550px!important;
        padding-top: 0px!important;
        
    }
}


@media (min-width: 1800px) {
    .owl-carousel {
        height: 600px!important;
        overflow:hidden!important;
    }
    
    .owl-stage-outer {
        height: 600px!important;
    }
    .item {
        height:600px!important;
    }
}






