.after__fullwidth{
    padding-bottom: 11.5rem;
}

.after__fullwidth .col-12-12{
    padding: 0;
}

.after__fullwidth__wrapper{
    position: relative;
    height: 52rem;
}

.after__fullwidth__wrapper__back{
    position: absolute;
    height: 100%;
    width: 100%;
}

.after__fullwidth__wrapper__back:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
    width: 100%;
    height: 22rem;
    z-index: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(149, 97, 88, 1)), color-stop(80%, transparent));
    background: -o-linear-gradient(top, rgba(149, 97, 88, 1) 0%, transparent 80%);
    background: linear-gradient(180deg, rgba(149, 97, 88, 1) 0%, transparent 80%);
}

.after__fullwidth__wrapper__back:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    height: 22rem;
    z-index: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(149, 97, 88, 1)), color-stop(80%, transparent));
    background: -o-linear-gradient(bottom, rgba(149, 97, 88, 1) 0%, transparent 80%);
    background: linear-gradient(360deg, rgba(149, 97, 88, 1) 0%, transparent 80%);
}

.after__fullwidth__wrapper__copy{
    position: absolute;
    top: 24rem;
    left: 0;
    width: 100%;
    z-index: 3;
}

.after__fullwidth__wrapper__copy p{
    color: #EDF2F2;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    font-family: minion-pro, serif;
    font-size: 2.2em;
    line-height: 2.8rem;
    text-align: center;
    margin-bottom: 2.7rem;
}

.after__fullwidth__wrapper__copy span{
    display: inline-block;
    color: #EDF2F2;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    width: 100%;
    text-align: center;
    font-size: 1.4em;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
    text-transform: uppercase;
}

.after__fullwidth__call__wrapper{
    position: absolute;
    bottom: -6.2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
}

@media only screen and (min-width: 769px){
    .after__fullwidth{
        padding-bottom: 12.4rem;
    }

    .after__fullwidth .row{
        max-width: 147rem;
    }
    
    .after__fullwidth__call__wrapper{
        display: none;
    }

    .after__fullwidth__wrapper__back:after{
        display: none;
    }

    .after__fullwidth__wrapper{
        height: 62rem;
    }

    .after__fullwidth__wrapper__copy{
        top: auto;
        bottom: 5.3rem;
    }

    .after__fullwidth__wrapper__copy p{
        font-size: 2.2em;
        line-height: 3.8rem;
        margin-bottom: 1.3rem;
    }
    
    .after__fullwidth__wrapper__copy span{
        font-size: 1.8em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
    }

    .after__fullwidth__wrapper__back:before{
        height: 21.1rem;
    }

    .after__fullwidth__wrapper__back img{
        -o-object-position: 0 -9rem;
           object-position: 0 -9rem;
    }
}

/* Animation */

@media only screen and (min-width: 1024px){
    .after__fullwidth__wrapper__back{
        overflow: hidden;
    }
    
    .after__fullwidth__wrapper__back img{
        -webkit-transform: scale(1.15);
            -ms-transform: scale(1.15);
                transform: scale(1.15);
    }

    .after__fullwidth.animateActive .after__fullwidth__wrapper__back img{
        -webkit-animation: openImage 4s ease-in-out forwards;
                animation: openImage 4s ease-in-out forwards;
    }
}