/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
    position: relative;
    display: none;
    width: 100%;
    z-index: 1;
}

.owl-carousel .owl-item {
    float: left;
    width: 100%;
}

.owl-carousel .owl-dots, .owl-carousel .owl-nav {
    display: none;
}