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

    [mn="101"] h2 {
        color: #fff;
    }


    [mn="101"] .owl-nav button span {
        background-color: rgba(0, 0, 0, .5);
        padding: 0px 7px 9px;
    }

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

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

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

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

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

    }

    [mn="101"] .owl-prev {
        left: 0;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    [mn="101"] .owl-next {
        right: 0;
        -webkit-transform: translate(50%, 0);
        transform: translate(50%, 0);
    }

    [mn="101"] .item {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
    }



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

    [mn="101"] .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="101"] 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) {}

    @media only screen and (max-width: 767px) {


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

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

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


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

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

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

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

    @media only screen and (min-width: 576px) {
        [mn="101"] .owl-nav {
            display: none;
        }
    }

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

    [mn="101"] .bild {
        width: 100%;
        padding-top: 100%;
    }