
.owl-single .item > * {
    display: block;
    width: 100%;
    height: auto;
}

.owl-single .owl-stage { position: absolute; height: auto; }
/* .owl-single .owl-stage { position: relative; height: auto; } */

.owl-carousel, .owl-carousel .owl-wrapper {
    position: relative;
}

.owl-theme .owl-controls {
    bottom: 0;
    display: inline-block;
    left: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    position: absolute;
    right: 0;
    text-align: center;
}

/* for child elements */



.owl-carousel .owl-item { overflow: hidden; }
.owl-carousel .owl-item { min-height: 1px; height: auto; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; }
.owl-carousel .owl-item figure { height: auto !important; }
.owl-carousel .owl-item .flex { 
    -webkit-flex-grow: 1; 
    flex-grow: 1;
     
    -webkit-flex-direction: column;
    flex-direction: column;
    
    -webkit-justify-content: center;
    justify-content: center;
    
    -webkit-align-items: stretch;
    align-items: stretch;
    
    display: block;
    min-height: 1px;
}
.owl-carousel .owl-item .flex > * { height: 100%; width: 100%; max-width: 100%; -webkit-flex-basis: 100%; flex-basis: 100%; 
    -webkit-flex-grow: 1; 
    flex-grow: 1;
}

