I\'ve made a landing page where video plays at the background of a form. It\'s working fine on desktops but I checked on my Android device using Chrome, the background v
CSS:
#section-video video { display: block; }
give the diplay block instead of none in the corresponding css file.