.container-header {
    position: relative;
    width: 100%;
    height: 25vh;
    padding: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EAEAEA;
}


.container-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 0;
}


.container-header h1,h2 {
    margin-bottom: 0;
    position: relative;
    font-size: 1.8rem;
    padding: 0 0 1rem;
    text-align: center;
    z-index: 1;
}




@media (min-width: 768px) {
    .header-service {
        background: url('https://d361sjh5b8uzi3.cloudfront.net/img/stock/1024/nurse-help.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .header-photo {
        background: url('https://d361sjh5b8uzi3.cloudfront.net/img/stock/1024/home.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }
}


.container-hero {
    height: 75vh;
    background: url('https://d361sjh5b8uzi3.cloudfront.net/img/facility/1920/01.4O4A8391-hero-front.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 0 auto;
}


@media (max-width: 1199px) {
    
    .container-hero {
        height: 62.5vh;
        background-attachment: local;
    }

}


@media (max-width: 768px) {
    
    .container-hero {
        height: 50vh;
        background-attachment: local;
    }

    .bottom-left-button {
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        padding: 0 auto;
    }
}