Skip to main content

video backgroung home page

Comments

1 comment

  • KC George

    Hello Emilio,

    Please add this CSS under CMS > Project Settings > Code > Custom CSS to make the background video visible on tablets and mobiles.

    @media (max-width: 991px) {
    .brz-bg-video {
        display: block !important;
    }
    }

    0

Please sign in to leave a comment.