.has-cover-black{
     position: relative;
 }
.has-cover-black:before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    z-index: 9;
}