[v-cloak]{display: none;}
.project section{
    padding: 0 0 40px 0;
}

.overview .header{
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 20px 70px;
}
.overview .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.54%, rgba(0, 0, 0, 0.56) 100%);
}
.overview .content{
    z-index: 8;
}
.overview .content .title{
    font-size: 60px;
    font-weight: bold;
    color: white;
    line-height: 0;
}
.overview .project-info{
    background-color: #DD1B47;
    padding: 70px;
}
.overview .project-description{
    color: #262340;
    padding: 70px;
    width: 70%;
}



.section-image .backgroundimage{
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-image .text{
    padding: 40px;
} 
.section-masonry .masonry{position: relative;}
.section-masonry .grid-item { width: 33.3%;  padding: 6px; height: 300px; }
.section-masonry .grid-item.height-2 { height: 600px; }
.section-masonry .grid-item.height-1-5 { height: 450px; }
.section-masonry .grid-item.height-0-5 { height: 150px; }