// out: ../../sections/carrousel.css, compress: true

@import (inline) "../../vendor/owl.carousel.min.css";

body {
    .carrousel-container {
        .slides {
            .slide {
                img {
                    width: auto;
                    height: auto;
                    max-width: 100%;
                }
            }
            .owl-nav {
                text-align: center;
                .nav-btn {
                    font-size: 40px;
                    color: #999;
                }
            }
            .owl-dots {
                text-align: center;
                .owl-dot {
                    width: 5px;
                    height: 5px;
                    border: 2px solid #999!important;
                    padding: 5px!important;
                    margin: 3px;
                    border-radius: 10px;
                    outline: none;
                    &:hover, &.active {
                        background-color: #999;
                    }
                }
            }
        }
        &.is-preview {
        }
    }
}