.project-hero {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 40vh;
}

.project-hero img {
    width:100%;  
    height: 40vh; 
    object-fit: cover; 
    align-content: center;
}

.project-hero {
    overflow: hidden;
}

.project-hero img {
    z-index: 1;
}

.project-hero h1 {
    position: absolute;
    bottom: 1.6rem;
    margin: 0 auto;
    color: #fff;
    z-index: 2;
    text-shadow: 0 3px 10px rgba(0,0,0,0.4);
    font-size: 1.5em;
}

.container {
    margin-top: calc(30px + 40vh);
}