.beone{

}

@media only screen and (min-width: 769px){
    .beone .calltoaction__splitimage__image__copy{
        margin-bottom: 8.05rem;
    }

    .beone .calltoaction__splitimage__image__copy h4{
        margin-bottom: 2.4rem;
    }

    .beone .calltoaction__button{
        bottom: 21.15rem;
    }

    .beone .secondhome .calltoaction__splitimage__image__copy h5{
        margin-bottom: 2.1rem;
    }

    .beone .secondhome .calltoaction__splitimage__image__copy span{
        letter-spacing: 1.92px;
    }

    /* Fullheight */

    /* .fullheight{
        height: 100vh;
    } */

    .fullheight .secondhome .calltoaction__splitimage__image__copy h4{
        margin-bottom: 2.8rem;
    }

    .fullheight .calltoaction__splitimage__image__copy h5{
        margin-bottom: 2.3rem;
    }

    .fullheight .calltoaction__button{
        bottom: 18.3rem;
    }

    .fullheight .secondhome__back img{
        height: 98rem;
        -o-object-fit: none;
           object-fit: none;
    }
}

@media only screen and (max-height: 768px) and (min-width: 1025px){
    .fullheight{
        height: 100vh;
    }

    .fullheight .secondhome__back img{
        height: 98rem;
        -o-object-fit: none;
           object-fit: none;
    }

    .fullheight .calltoaction__button{
        bottom: 18.6734693877551vh;
    }
}


@media only screen and (min-width: 1920px){
    .fullheight .secondhome__back img{
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
}