#taste .taste__wrapper__full,
#taste .taste__wrapper__full figure{
    height: 39rem;
    position: relative;
}

#taste .taste__wrapper .taste__wrapper__full figure:after,
#taste .taste__wrapper .taste__wrapper__half__img:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 18rem;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 97, 88, 1)), color-stop(60%, transparent));
    background: -o-linear-gradient(bottom, rgba(149, 97, 88, 1) 0%, transparent 60%);
    background: linear-gradient(0deg, rgba(149, 97, 88, 1) 0%, transparent 60%);
    z-index: 1;
}

.taste__wrapper__full__title{
    position: absolute;
    z-index: 1;
    top: 49%;
    width: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #EDF2F2;
    text-align: center;
    font-size: 2.4em;
    line-height: 2.9rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.75px;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.taste__wrapper__desc{
    position: absolute;
    z-index: 2;
    bottom: 3.8rem;
    width: 100%;
    font-size: 1.4em;
    line-height: 2.4rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    color: #EDF2F2;
    letter-spacing: 1.44px;
    text-align: center;
}

.taste__wrapper__half .taste__wrapper__half__img{
    position: relative;
}

.taste__wrapper__half__first figure{
    height: 34rem;
}

.taste__wrapper__half__first{
    height: 34rem;
    position: relative;
}

.taste__wrapper__half .calltoaction__button{
    margin-top: 3rem;
}

.taste__wrapper__half__second .taste__wrapper__half__img{
    height: 34rem;
}

.taste__wrapper__half__second{
    position: relative;
}

.taste__wrapper__half__second .taste__wrapper__desc{
    /* top: 27.8rem; */
    bottom: 26.2rem;
}

.taste__wrapper__half__img__desktop{
    display: none;
}

@media only screen and (min-width: 768px){
    .taste__wrapper__half__img__mobile{
        -o-object-position: center 60%;
           object-position: center 60%;
    }
}

@media only screen and (min-width: 992px){
    .taste__wrapper__half__img__desktop{
        display: block;
    }

    .taste__wrapper__half__img__mobile{
        display: none;
    }

    #taste .row{
        max-width: 129.6rem;
    }
    
    #taste .row .col-12-12{
        padding: 0;
    }

    .taste__wrapper__full{
        margin-top: 1.1rem;
    }

    #taste .taste__wrapper__full,
    #taste .taste__wrapper__full figure{
        height: 70.2rem;
    }

    .taste__wrapper__half{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin-top: 1rem;
    }

    .taste__wrapper__half__first,
    .taste__wrapper__half__second,
    .taste__wrapper__half__first .taste__wrapper__half__img,
    .taste__wrapper__half__second .taste__wrapper__half__img{
        height: 68rem;
        overflow: hidden;
    }

    .taste__wrapper__half__first .taste__wrapper__half__img{
        width: 76rem;
    }

    .taste__wrapper__half__second .taste__wrapper__desc{
        bottom: 2.5rem;
    }

    .taste__wrapper__half__second .taste__wrapper__half__img{
        width: 52.6rem;
    }

    .taste__wrapper__half__first{
        margin-right: 1rem;
        width: 76rem;
    }

    .taste__wrapper__half__second{
        width: 52.6rem;
        position: relative;
    }

    .taste__wrapper__half .calltoaction__button{
        margin-top: 0;
        top: 15.8rem;
        right: 3.1rem;
        bottom: auto;
    }

    .taste__wrapper__full__title{
        font-size: 3.2em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
        top: 51.8%;
    }

    .taste__wrapper__desc{
        font-size: 1.8em;
        height: 3.2rem;
        letter-spacing: 1.92px;
        bottom: 2.5rem;
    }
}

/* Animation */

@media only screen and (min-width: 1024px){

    .taste__wrapper__full figure img,
    .taste__wrapper__half__img img{
        -webkit-transform: scale(1.08);
            -ms-transform: scale(1.08);
                transform: scale(1.08);
    }

    #taste figure{
        overflow: hidden;
    }

    #taste.animateActive .taste__wrapper__full figure img,
    #taste.animateActive .taste__wrapper__half__img img{
        -webkit-animation: openImageThree 4s ease-in-out forwards;
                animation: openImageThree 4s ease-in-out forwards;
    }
}