Working on a webpage for a community event and integrated a countdown with a video background. However, encountering issues with responsiveness as it zooms in too much on mobile devices, making it difficult to view everything properly. (Translated using Google Translate). Project link:https://github.com/Rafael-Machado01/Ernani-Pro-2024
HTML: ` <!DOCTYPE html>
Ernani Pro 2024
<p>Ernani Pro 2024</p>
<video autoplay muted loop src="./assets/img/ernani.mp4" type="video/mp4">
</video>
<div class="countdown">
<div>
<h1 id="dias">00</h1>
<p>Dias</p>
</div>
<div>
<h1 id="horas">00</h1>
<p>Horas</p>
</div>
<div>
<h1 id="minutos">00</h1>
<p>Minutos</p>
</div>
<div>
<h1 id="segundos">00</h1>
<p>Segundos</p>
</div>
</div>
<div class="links">
<a href="./assets/pages/schedule.html">Programação</a>
<a href="https://www.instagram.com/radiobemtevi/" target="_blank" id="icon"><i class="fa fa-instagram" style="font-size:24px"></i></a>
<a href="#">Mapa Virtual</a> `
}` Seeking a solution to make the video cover the entire screen while maintaining a responsive design width:100% height:100%