    @charset "utf-8";
    /* CSS Document */



    .owl-carousel {
        padding: 1em;
    }

    .owl-carousel .item {
        display: inline-block;
    }

    .owl-carousel .item a {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        border-radius: 1.5em;
        margin-bottom: 0.5em;
    }

    .owl-carousel .item a img {
        width: 100%;
        height: auto;
    }