.dcmu_block-hero {    
    position:relative;
    z-index:1;
}
.dcmu_block-hero::after {
    content:"";
    position:absolute;
    background-color:var(--dark);
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    opacity:.4;
    z-index:3;
}
.dcmu_block-hero-wrap {
    height: 100%;
    display:-webkit-flex;
    display:flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    height: 600px;
}
.dcmu_block-hero-wrap.dcmu_block-hero-height-standard {
    height: 600px;
}
.dcmu_block-hero-wrap.dcmu_block-hero-height-medium {
    height: 800px;
}
.dcmu_block-hero-wrap.dcmu_block-hero-height-full {
    min-height: 100vh;
    height:auto;
}
.dcmu_block-hero-wrap-content {
    max-width: 680px;
    text-align: center;
    padding: 40px;
    color: var(--white);
    font-size: 18px;
    line-height: 1.3;
    position:relative;
    z-index:6;
}
.dcmu_block-hero-wrap-content h1 {
    font-size: 40px;
    font-weight: 800;
}
