how to apply video class to a image backgroud?
Hi, this class is used to improve visibility when a video backgroud is used
.section.has-video .section_video .mask {
.section.has-video .section_video .mask {
background: rgba(0, 0, 0, 0) url("../images/videomask.png") repeat scroll center center;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: 3;
}
Anyway I'd like to apply this class even to a image backgroud if this proves too light e.g.
Thanks
Anyway I'd like to apply this class even to a image backgroud if this proves too light e.g.
Thanks
Comments