@import "owl-carousel.css";

/* carousel-base */
.carousel_base { position: relative; margin-top: 3rem; overflow: hidden;}
.carousel_base .owl-wrapper { display: flex!important;}
.carousel_base .owl-item { padding-left: 10px; padding-right: 10px;}
.carousel_base .item { height: 100%; background-color: #fff;}
@media (min-width:600px) {
    .carousel_base .owl-item {}
}

/* --- to admin view */
.acf-block-preview .carousel_base .item { margin-left: 10px; margin-right: 10px; width: calc(25% - 20px); height: auto; font-size: 1rem;}