.fullimage{
    position: relative;
}

.fullimage .col-12-6{
    z-index: 2;
}

.fullimage:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 17.5rem;
    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%);
}

.fullimage:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 22.5rem;
    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%);
    z-index: 2;
}

.fullimage__shadow{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: -webkit-gradient(linear, left top, right top, from(rgba(149, 97, 88, .8)), color-stop(80%, transparent));
    background: -o-linear-gradient(left, rgba(149, 97, 88, .8) 0%, transparent 80%);
    background: linear-gradient(90deg, rgba(149, 97, 88, .8) 0%, transparent 80%);
    /* mix-blend-mode: multiply; */
    z-index: 1;
}

.fullimage .secondhome__back{
    top: 0;
    left: 0;
    width: 100%;
}

.fullimage .secondhome__back img{
    mix-blend-mode: normal;
}

.fullimage .calltoaction__splitimage__image__copy__description{
    background-color: transparent;
}

.fullimage .secondhome__back img{
    max-width: none;
}

.fullimage .calltoaction__splitimage__image__copy__description{
    padding: 0;
    margin: 0 auto;
    width: 30rem;
}

.fullimage .calltoaction__splitimage__image__copy span{
    text-transform: capitalize;
    font-size: 1.6em;
    letter-spacing: 0 !important;
}

.fullimage .calltoaction__button__wrapper{
    margin-top: 5.7rem;
}

@media only screen and (min-width: 769px){

    .fullimage .calltoaction__splitimage__image__copy__description{
        width: auto;
        margin: 0;
    }

    .fullimage .calltoaction__splitimage__image__copy span{
        text-transform: capitalize;
        font-size: 1.8em;
    }

    .fullimage .secondhome__back img{
        width: 100%;
    }
    
    .fullimage .calltoaction__splitimage{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .fullimage .calltoaction__button__wrapper{
        margin-top: 0;
    }

    .fullimage:after{
        height: 24rem;
    }

    .fullimage:before{
        height: 28rem;
    }

    .fullimage__shadow{
        width: 34.84375vw;
    }
}