I'm trying to add a translucent overlay on my video. Not sure how to do this in my css.
css:
.video-div{
display: flex;
height: 22em;
width: 100%;
background-blend-mode: multiply;
background-color: #666666;
}
.videoTag{
object-fit: fill;
max-width: 100%;
width: 100%;
}