.secondhome{
    /* background-color: red !important; */
    position: relative;
    
}

.secondhome .calltoaction__splitimage::after{
    display: none;
}

.secondhome .calltoaction__splitimage{
    height: auto;
    z-index: 2;
}

.secondhome__back{
    position: absolute;
    height: 100%;
    left: -45%;
    top: -7rem;
    text-align: center;
}

.secondhome__back img{
    /* mix-blend-mode: multiply; */
    max-width: 73rem;
    opacity: .7;
}

.second__home__absolute img{
    width: 73rem;
    height: 60rem;
    position: absolute;
    top: 5rem;
    left: 0;
}

.second__home__absolute img:nth-child(1){
    z-index: 2;
}

.second__home__absolute img:nth-child(2){
    z-index: 1;
}

.secondhome .calltoaction__splitimage__image__copy{
    margin-top: 15rem;
}

.secondhome .calltoaction__splitimage__image__copy h4{
    color: #EDF2F2;
    text-align: center;
    font-size: 2.6em;
    line-height: 2.9rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2.75px;
    margin-bottom: 1.1rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.secondhome .calltoaction__splitimage__image__copy h5{
    color: #EDF2F2;
    text-align: center;
    font-size: 2.2em;
    line-height: 2.8rem;
    font-weight: 400;
    font-family: minion-pro, serif;
    margin-bottom: 1.7rem;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.secondhome .calltoaction__splitimage__image__copy span{
    color: #EDF2F2;
    text-align: center;
    font-size: 1.2em;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 2.4rem;
    display: block;
    text-shadow: 0px 2px 4px rgba(12, 38, 35, .34);
}

.secondhome .calltoaction__splitimage__image__copy figure{
    text-align: center;
}

.secondhome .calltoaction__splitimage__image__copy figure img{
    max-width: 30.1rem;
    position: relative;
    bottom: -10px;
}

@media only screen and (min-width: 768px){
    .secondhome__back{
        top: 0;
    }
}

@media only screen and (min-width: 769px){
    .secondhome__back{
        left: calc(43vw - 1040px);
        top: 0;
    }

    .secondhome{
        height: 89rem;
    }

    .secondhome__back img{
        max-width: none;
        width: 1040px;
        opacity: 1;
    }

    .secondhome .calltoaction__splitimage::before{
        display: none;
    }

    .secondhome .calltoaction__splitimage{
        height: 100%;
    }

    .secondhome .calltoaction__splitimage__image__copy h4{
        font-size: 3.4em;
        line-height: 4.8rem;
        text-align: left;
        letter-spacing: 3.48px;
        margin-bottom: 2rem;
    }
    
    .secondhome .calltoaction__splitimage__image__copy h5{
        font-size: 2.2em;
        line-height: 3.8rem;
        text-align: left;
        margin-bottom: 2.4rem;
    }

    .secondhome .calltoaction__splitimage__image__copy span{
        font-size: 1.8em;
        line-height: 3.2rem;
        letter-spacing: 1.92px;
        text-align: left;
    }

    .secondhome .calltoaction__splitimage__image__copy figure{
        text-align: left;
    }
    
    .secondhome .calltoaction__splitimage__image__copy figure img{
        max-width: none;
        width: 57.5rem;
        position: relative;
        left: -22%;
    }
}

@media only screen and (max-height: 768px) and (min-width: 769px){
    .secondhome{
        height: 100vh;
    }

    .secondhome .calltoaction__splitimage__image__copy figure img{
        width: 54rem;
    }

    #calltoaction2 .calltoaction__splitimage__image__copy figure img{
        left: -16%;
    }
}

#calltoaction2 .calltoaction__button__wrapper{
    z-index: 2;
}

/* Second home Absolute image */
@media only screen and (min-width: 768px){

    .second__home__absolute{
        top: 0;
    }

    .second__home__absolute img:nth-child(1){
        z-index: 1;
        left: 4rem;
    }

    .second__home__absolute img:nth-child(2){
        z-index: 1;
        left: 4rem;
    }
}

@media only screen and (min-width: 1024px){

    .second__home__absolute img{
        top: 0;
        height: 90rem;
        
    }

    .second__home__absolute img:nth-child(1){
        z-index: 1;
        left: calc(29vw - 14rem);
        width: 112.6rem;
    }

    .second__home__absolute img:nth-child(2){
        z-index: 1;
        left: 30rem;
        width: 112.6rem;
    }
}