    [mn="100"] {
        padding: 0 0;
        overflow: visible;
        color: #fff;
        z-index: 11;
    }

    [mn="100"] h2 {
        margin: 5px 0 60px;
    }

    [mn="100"] h2:after {
        display: none;
    }

    [mn="100"] .owl-dots {
        text-align: center;
        position: absolute;
        width: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [mn="100"] .owl-dot span {
        height: 13px;
        width: 13px;
        display: block;
        background-color: transparent;
        margin: 0 5px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    [mn="100"] .owl-dot.active span {
        background-color: #fff;
    }

    [mn="100"] .owl-nav button {
        position: absolute;
        font-size: 57px !important;
        margin: 0 15px !important;
    }

    [mn="100"] .owl-next,
    [mn="100"] .owl-prev {
        -webkit-transform: translate(0, 50%);
        transform: translate(0, 50%);
        z-index: 10;
        line-height: 1;
        border: 0;
        background: transparent;

    }

    [mn="100"] .owl-prev {
        left: 0;
    }

    [mn="100"] .owl-next {
        right: 0;
    }

    [mn="100"] .item {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        background-color: rgba(255, 255, 255, .8);
    }

    [mn="100"] .wrapxp {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }

    [mn="100"] .owl-carousel .item img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 90%;
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
        /*
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
*/
    }

    [mn="100"] .item .taste > a {
        margin: 15px 0;
    }

    [mn="100"] .item .wrapper {
        width: 300px;
        max-width: 100%;
    }

    [mn="100"] .title {
        font-size: 32px;
        letter-spacing: 3px;
        position: relative;
        color: #fff;
        display: table;
        max-width: 100%;
        padding: 0 0 15px;
        margin: 0 0 15px;
    }

    [mn="100"] .title:after {
        content: "";
        width: 150px;
        height: 1px;
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    [mn="100"] .desc {
        font-size: 16px;
        color: #fff;
        letter-spacing: 1px;
    }

    [mn="100"] .banttl {
        font-family: "Helvetica-Black";
        font-size: 60px;
        text-shadow: -3px 3px 20px rgba(0, 0, 0, .6);
    }

    [mn="100"] .f {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    [mn="100"] sup {
        position: relative;
        font-size: 24px;
        line-height: 0;
        vertical-align: baseline;
        display: inline-block;
        vertical-align: middle;
        margin: -13px 0 0;
    }

    @media only screen and (max-width: 991px) {
        [mn="100"] .owl-carousel .item img {
            max-height: 50vh;
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        [mn="100"] .wrapxp {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        [mn="100"] .banttl {
            padding: 30px 0 0;
        }
    }

    @media only screen and (max-width: 767px) {
        [mn="100"] .banttl {
            font-size: 27px;
            padding: 30px 0 0;
        }

        [mn="100"] sup {
            font-size: 10px;
        }

        [mn="100"] .item .wrapper {
            margin: 0 auto;
        }

        [mn="100"] .title {
            margin: 0 auto 15px;
            text-align: center;
        }

        [mn="100"] .desc {
            text-align: center;
        }

        [mn="100"] .item .taste > a {
            margin: 15px auto;
        }

        [mn="100"] .owl-prev {
            left: 0;
        }

        [mn="100"] .owl-next {
            right: 0;
        }
    }

    [mn="100"] .owl-carousel .owl-stage-outer {
        overflow: visible;
    }

    @media only screen and (max-width: 575px) {
        [mn="100"] .owl-dots {
            display: none;
        }
    }