Video on home page and mobile devices

Howdy buddy,

On airbreathing.space, I want to be able to adjust the background video (or video) this way:

Video (or image)'s position is more to the left so the center part of the video (which is the major part) is seen better.

 Also the home page video does not display on mobile devices.

Warm regards.

Comments

  • Hi,
    you can adjust it with this css, the default values are 0

    ,pre>.section.has-video .section_video video {
    top: -80px !important;
    left: -400px !important;
    }
    This will work for all sections with background videos.
    thanks
Sign In or Register to comment.