Hi !
I added a video banner on my homepage and it has some text and botton section on it. However on mobile devices the text header and botton are not visible. I think i need to add something or correct inside this peace of code below (base.css):
@media screen and (max-width: 767px) {
.videoBackground .videoBox {
padding: 100px 20px 80px !important;
}
.videoBackground .fullscreen-video-wrap {
position: absolute !important;
z-index: 1 !important;
}
.videoBackground .videoBoxInfo {
padding: 10px !important;
}
.videoBackground .videoBoxInfoBtn {
z-index: 1 !important;
}
}
Appreciate any help!