.content-box::after {
    position: absolute;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    content: '';
    z-index: 9;
}