<div class=”video-background”>
<video autoplay muted loop playsinline>
<source src=”https://stage.boe-companies.com/wp-content/uploads/2025/04/Webshow-4.25.25.mp4″ type=”video/mp4″>
Tu navegador no soporta la etiqueta de video.
</video>
</div>
<video autoplay muted loop playsinline>
<source src=”https://stage.boe-companies.com/wp-content/uploads/2025/04/Webshow-4.25.25.mp4″ type=”video/mp4″>
Tu navegador no soporta la etiqueta de video.
</video>
</div>
<style>
.video-background {
position: relative;
min-height: 680px;
overflow: hidden;
}
.video-background video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: -1;
}
@media (max-width: 767px) {
.video-background {
min-height: auto;
max-height: 480px;
height: 480px;
}
.video-background video {
height: 100%;
}
}
</style>