#atf-edm {
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}
#atf-edm:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(48,64,78,0.8);
    width: 100%;
    height: 100%;
}
#atf-edm .row{
    height: 65vh;
}
#atf-edm .row [class^="col"]{
    z-index: 1;
}
