Dawn theme Autoplay video homepage works fine on iphone but not android phone

Hi folks

I am working to build this website jenceystyle.com using Dawn theme

my firest issue is that I am attaching video autoplay on home page without audio.

The video opens fine on PC and iphone, but not android phones.

My second issue is that I also have audio autoplay on homepage, but it does not starts when website just open, you have to go to section then back to homepage in order for the song to play.

I appreciate your supports

Uthman

A quick update

I used liquid theme on homepage

I pasted the following code

.video-background { width: 100%; padding-top: 200px; opacity: 0.6; height: auto; left: 0; top: 0; }

video now is autoplay on iphone and android phones; however, still the audio play only after you enter a product then go back to home page.

I used the following code

video { width: 0%; height: auto; display: block; margin: 0 auto; }

as you can see it is a video code, but I manipulated display digits to get the video disappear and keep the audio only

please help me to make audio autoplay at homepage starts