.topcenter{
    height: 78.7rem;
}

.topcenter .first__col{
    height: 52rem;
}

.topcenter .secondhome__back{
    height: 52rem;
}

.topcenter .secondhome__back img{
    -webkit-filter: brightness(70%);
            filter: brightness(70%);
}

.topcenter .fullimage__shadow{
    display: none;
}

.topcenter .calltoaction__splitimage__image__copy p{
    font-size: 1.6em;
    line-height: 2.4rem;
    color: #EDF2F2;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
    font-family: minion-pro, serif;
    max-width: 30rem;
    margin: 0 auto;
}

.topcenter .calltoaction__splitimage__image__copy{
    text-align: center;
}

.topcenter:after{
    height: 23rem;
}

.topcenter .calltoaction__splitimage__image__copy{
    margin-top: 8.6rem;
}

.topcenter .calltoaction__splitimage__image__copy h4{
    margin-bottom: 2.1rem;
}

.topcenter .calltoaction__button__wrapper{
    margin-top: 5.1rem;
}

@media only screen and (min-width: 769px){

    .topcenter .secondhome__back img{
        -webkit-filter: brightness(100%);
                filter: brightness(100%);
    }

    .topcenter{
        height: 78rem;
    }

    .topcenter:after{
        height: 45.3rem;
    }

    .topcenter .secondhome__back,
    .topcenter .secondhome__back img{
        height: 100%;
    }
    
    .topcenter .calltoaction__splitimage__image__copy h4{
        text-align: center;
    }
    
    .topcenter .calltoaction__splitimage{
        position: relative;
    }
    
    .topcenter .calltoaction__splitimage__image__copy{
        margin-top: 12rem;
        padding-left: 0;
        position: absolute;
        top: 0;
        right: -50%;
        margin-bottom: 0;
    }

    .topcenter .calltoaction__button__wrapper{
        margin-top: 0;
    }

    .topcenter .calltoaction__button{
        bottom: auto;
        top: 10.5rem;
    }

    .topcenter .calltoaction__splitimage__image__copy p{
        font-size: 1.8em;
        line-height: 3.2rem;
        max-width: 44rem;
    }
}