.after{
    /* height: 600px; */
    width: 100%;
    position: relative;
    margin-bottom: 8rem;
}

.after__back{
    position: absolute;
    width: 27.7rem;
    height: 35rem;
    top: -18.7rem;
    left: -6rem;
}

.after__back img:nth-child(1){
    z-index: 2;
}

.after__back__frog{
    display: none;
}

.after .col-12-12{
    padding: 0 !important;
}

.after__wrapper{
    position: relative;
}

.after__back__frog__mobile{
    position: absolute;
    right: 0;
    top: 7.4rem;
}

.after__copy{
    margin-bottom: 15rem;
    position: relative;
    z-index: 3;
}

.after__copy h3{
    font-size: 2.6em;
    color: #EDF2F2;
    font-weight: 500;
    line-height: 2.9rem;
    letter-spacing: 2.75px;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -1.5rem;
}

.after__copy p{
    color: #EDF2F2;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    font-family: minion-pro, serif;
    font-size: 1.6em;
    line-height: 2.4rem;
    text-align: center;
    width: 30.2rem;
    margin: 0 auto;
}

.after__main{
    height: 52rem;
    position: relative;
}

.after__main__back{
    height: 52rem;
    position: relative;
}

/* .after__back{
    position: relative;
} */

.after__main__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__main__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__main__top__wrapper{
    position: absolute;
    bottom: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
}

.after__main__top__wrapper .top__quote__img p{
    position: absolute;
    bottom: -4.9rem;
    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;
}

.after__frog__copy{
    position: absolute;
    top: -7.4rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
}

.after__frog__copy span{
    color: #EDF2F2;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    font-size: 1.2em;
    line-height: 2.4rem;
    letter-spacing: 1.44px;
    display: inline-block;
    text-align: center;
}

.after__call__wrapper{
    display: none;
}

.after__back img{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@media only screen and (min-width: 768px){
    .after__back__frog__mobile{
        top:  11.4rem;
        
        width: 42rem;
    }

    .after__back{
        width: 33.7rem;
        height: 50rem;
    }

    .after__back:after{
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 25vh;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #956158), to(transparent));
        background: -o-linear-gradient(top, #956158 5%, transparent 100%);
        background: linear-gradient( 
    180deg
     , #956158 5%, transparent 100%);
    }
}

@media only screen and (min-width: 769px){

    .after{
        margin-bottom: 5.4rem;
    }

    .after .container .row{
        max-width: 147rem;
    }

    .after__back{
        position: absolute;
        width: 55.9rem;
        top: 2rem;
        height: 69.3rem;
        /* bottom: 0rem; */
        /* left: calc(55vw - 56.5rem); */
        left: 0;
    }

    .after__back__frog__mobile{
        display: none;
    }

    .after__main__top__wrapper .top__quote__img{
        margin-right: 0;
    }

    .after__main__back,
    .after__main{
        height: 60rem;
    }

    .after__main__back{
        width: 74.30555555555556%;
        margin-left: auto;
        /* left: calc(43vw - 1040px); */
    }

    .after__main__back:after{
        display: none;
    }

    .after__main__top__wrapper{
        width: auto;
        left: 10.883333333333334%;
    }

    .after__back__frog{
        display: block;
        width: 62.8rem;
        position: absolute;
        right: calc(45vw - 62.8rem);
        top: 1rem;
    }

    .after__call__wrapper{
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        max-width: 128rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 22.4rem;
    }

    .after__call__wrapper .calltoaction__button{
        bottom: 0;
        right: 1.5rem;
    }

    .after__copy{
        margin-top: 13.8rem;
        margin-bottom: 6.6rem;
    }

    .after__copy h3{
        font-size: 3.4em;
        line-height: 4.8rem;
        letter-spacing: 3.48px;
        position: static;
    }
    
    .after__copy p{
        font-size: 1.8em;
        line-height: 3.2rem;
        width: 51rem;
        margin-top: 5.2rem;
    }

    .after__frog__copy span,
    .after__main__top__wrapper .top__quote__img p{
        font-size: 1.8em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
    }

    .after__main__top__wrapper .top__quote__img p{
        bottom: -6.8rem;
    }

    .after__main__top__wrapper{
        bottom: 9.2rem;
    }

    .after__frog__copy{
        left: auto;
        right: 4rem;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        top: -6.1rem;
    }

    .after__wrapper{
        padding-bottom: 10rem;
    }

    
    .after__main__top__wrapper .top__quote__img figure{
        
    }
}

@media only screen and (max-width: 1200px) and (min-width: 992px){
    .after__call__wrapper .calltoaction__button{
        right: 4.5rem;
    }
}

@media only screen and (min-width: 1200px){
    .after__call__wrapper .calltoaction__button{
        right: 1.5rem;
    }
}

/* Ipad After dar mb{
    20.6rem
} */

/* Padding ipad after dark, 1.5 a 4.5 */

@media only screen and (max-width: 1366px) and (min-width: 1024px){
    /* .after__call__wrapper .calltoaction__button{
        right: 4.5rem;
    } */

    .after__main{
        padding: 0 4.5rem;
    }

    .after__copy{
        margin-bottom: 20.6rem;
    }

    .after__back__frog{
        top: 22.8rem;
    }

    .after__frog__copy{
        right: 7rem;
    }
}

@media only screen and (min-width: 1366px){
    .after__back{
        position: absolute;
        width: 63rem;
        top: 2rem;
        height: 79.3rem;
        /* bottom: 0rem; */
        left: calc(32vw - 63rem);
        /* left: 0; */
    }

    .after__back__frog{
        display: block;
        width: 93.8rem;
        position: absolute;
        right: calc(41vw - 93.8rem);
        top: -6rem;
    }
}

/* Animations Back */

@media only screen and (min-width: 1024px){
    .after__back img{
        -webkit-animation: arcMemories 5s ease-in-out infinite;
                animation: arcMemories 5s ease-in-out infinite;
    }
    
    .after__back img{
        -webkit-animation: arcMemories 5s ease-in-out infinite;
                animation: arcMemories 5s ease-in-out infinite;
    }

    .after__back__frog img{
        -webkit-animation: float1 5s ease-in-out infinite;
                animation: float1 5s ease-in-out infinite;
    }
}