@media only screen and (min-width: 1600px) and (max-width: 4000px) {

    html {
        font-size: 62.5%;
    }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {

    .space {
        padding: 10rem 0;
    }


    .intro-01 {
        display: none;
    }

    .intro .logo {
        display: table;
        margin: 0 auto;
    }

    .intro .logo img {
        height: 60px;
    }

    .intro h1 {
        font-size: 6rem;
        line-height: 7rem;
        margin: 3rem 0 1rem 0;
        text-align: center;
    }

    .intro-02 {
        height: 500px;
        margin: 4.5rem auto 0;
        display: block;
    }

    .recipe-logo-seewines {
        margin: 0 auto 4rem auto;
    }

    .intro p {
        text-align: center;
    }

    .intro .cta {
        margin: 0 auto;
        display: table;
    }

    .recipe-text .heading {
        margin: 5rem 0 3rem 0;
    }

    .recipe-fragment-03 {
        bottom: -9%;
    }

    .how-img-01 {
        margin: 0 auto 5rem;
        display: block;
    }

    .how-img-02 {
        margin: 0 auto 5rem;
        display: block;
    }

    .how-fragment-02 {
        position: absolute;
        bottom: -8%;
        right: 5%;
    }

    .balance .balance-text {
        width: 100%;
    }

    .balance .balance-fragment-01 {
        margin: 0 0 1rem 1rem;
    }

    .variants-fragment-01 {
        position: absolute;
        left: -6.5%;
        bottom: 0%;
    }

    .order {
        padding: 10rem 0 14rem;
    }

    .order-fragment {
        bottom: 48%;
        left: 25%;
        height: 23rem;
    }

    .order form {
        z-index: 4;
        position: relative;
    }

    .order .cta {
        width: 100%;
        margin: 2rem 0 0 0;
    }


    .ingredients .ingredient {
        width: 60%;
        margin: 0 auto 3rem !important;
        width: 32% !important;
        display: inline-block;
    }

    .ingredients .ingredient img {
        height: 13rem;
    }

    .ingredients .ingredients-img {
        padding: 3rem;
    }

    .ingredients .ingredients-fragment-02 {
        bottom: 15%;
        right: -3rem;
        height: 30rem;
    }

    .ingredients .ingredients-img {
        padding: 0 5rem;
    }

    .ingredients .ingredients-fragment-02 {
        bottom: 15%;
        right: -3rem;
        height: 30rem;
    }

    .ingredients .ingredients-fragment-01 {
        position: absolute;
        top: 24%;
        left: -4rem;
        height: 20rem;
    }

    .ingredients .ingredient.ingredient-04 {
        margin: 0rem auto 0 auto !important;
        width: 70% !important;
        display: table;
    }

    .rellax { transform: translate3d(0,0,0) !important;}

}

@media only screen and (min-width: 0px) and (max-width: 767px) {

    .order form {
        z-index: 4;
        position: relative;
    }


    .space {
        padding: 8rem 0;
    }


    .intro-01 {
        display: none;
    }

    .intro .logo {
        display: table;
        margin: 0;
    }

    .intro .logo img {
        height: 60px;
    }

    .intro h1 {
        font-size: 6rem;
        line-height: 7rem;
        margin: 3rem 0 1rem 0;
        text-align: center;
    }

    .intro-02 {
        height: 210px;
        margin: 2.5rem auto 0;
        display: block;
    }

    .intro p {
        text-align: center;
    }

    .intro .cta {
        margin: 0 auto;
        display: table;
    }


    .recipe-logo-seewines {
        margin: 0 auto 3rem auto;
        display: block;
        height: 4rem;
    }

    .recipe .recipe-text {
        margin: 3rem 0 0 0;
        width: 100%;
    }

    .recipe-fragment-01 {
        margin: 0 auto 3rem;
        display: block;
        height: 50px;
    }

    .recipe-fragment-03 {
        position: absolute;
        bottom: -8%;
        right: 6%;
        height: 25rem;
    }


    .ingredients .ingredient {
        width: 60%;
        margin: 0 auto 3rem !important;
    }

    .ingredients .ingredient img {
        height: 10rem;
    }

    .ingredients .ingredients-img {
        padding: 3rem;
    }

    .ingredients .ingredients-fragment-02 {
        bottom: 15%;
        right: -3rem;
        height: 30rem;
    }

    .ingredients .ingredients-img {
        padding: 0 5rem;
    }

    .ingredients .ingredients-fragment-02 {
        bottom: 15%;
        right: -3rem;
        height: 30rem;
    }

    .ingredients .ingredients-fragment-01 {
        position: absolute;
        top: 24%;
        left: -4rem;
        height: 20rem;
    }


    .video .play {
        height: 20rem;
    }


    .how-img-01 {
        padding: 0 3.5rem;
        margin: 5rem 0;
    }

    .how-img-02 {
        margin: 2rem 0 3.5rem 0;
        padding: 0 3.5rem;
    }

    .how-fragment-02 {
        bottom: -9rem;
        right: 5%;
        height: 20rem;
    }

    .how-fragment-01 {
        bottom: 0;
        left: -13%;
        height: 25rem;
    }

    .right-line:after {
        display: none;
    }


    .balance .balance-text {
        width: 100%;
    }

    .balance h5 {
        text-align: center;
    }

    .balance ul {
        margin: 0 auto 0rem;
        display: table;
    }

    .balance .balance-fragment-01 {
        margin: 0 0 1rem 0;
    }

    .balance h6 {
        margin: 3.5rem 0 2rem 0;
    }


    .variants-fragment-02 {
        right: 1rem;
        top: 10%;
        height: 25rem;
    }

    .variants-fragment-01 {
        position: absolute;
        left: 0;
        bottom: 0%;
        height: 20rem;
    }


    .order {
        padding: 10rem 0 5rem;
    }

    .order .cta {
        width: 100%;
        margin: 2rem 0 0 0;
    }

    .order-fragment {
        display: none;
    }


    footer {
        padding: 6rem 0 5rem;
    }

    footer:before {
        display: none;
    }

    footer .footer-logo {
        height: 4rem;
    }

    .ingredients .ingredient.ingredient-04 {
        width: 100%;
    }

    .rellax { transform: translate3d(0,0,0) !important;}

}

@media only screen and (min-width: 360px) and (max-width: 767px) {
    html {
        font-size: 50%;
    }
}

@media only screen and (min-width: 0px) and (max-width: 360px) {
    html {
        font-size: 35%;
    }
}

@media screen and (orientation: landscape)
and (min-device-width: 0)
and (max-device-width: 1000px) {
    html {
        font-size: 44%;
    }

    .ingredients .ingredient {
        width: 60%;
        margin: 0 auto 3rem !important;
        width: 32% !important;
        display: inline-block;
    }

    .ingredients .ingredient.ingredient-04 {
        margin: 0rem auto 0 auto !important;
        width: 70% !important;
        display: table;
    }

}