﻿main.page-editor .owl-carousel {
    overflow-x: scroll;
    margin-bottom: 10px;
}

    main.page-editor .owl-carousel .carousel-item {
        white-space: nowrap;
        padding-bottom: 0;
        height: initial;
        padding: 10px;
    }

    main.page-editor .owl-carousel .carousel-item {
        background-color: white;
        display: inline-block;
        width: 200px;
        height: 100px;
        position: relative;
    }

        main.page-editor .owl-carousel .carousel-item .row blockquote {
            font-size: 14px;
        }



main.page-editor .carousel-item, main.page-editor .owl-carousel {
    display: block;
}

body.experience-editor .sticky-wrap-header {
    position: relative;
}

