infocubic Can you please let me know how to mute the sound?
Try change this :
<video autoplay loop poster="/wp-content/themes/Simplicity/images/header.jpg" id="bg-video">
to
<video autoplay loop muted poster="/wp-content/themes/Simplicity/images/header.jpg" id="bg-video">
The other thing is on mobile device video is not responsive.
Try add this media query css:
@media only screen and (max-width:768px) {.imageBg #gk-head {background-image: none !important;}
#bg-video{width:auto;}
}
Kindly ensure to clear your browser cache if changes dont reflect