/* Mantiene el video local fijo y visible detrás de todo el contenido. */
html {
  background: #07599c;
}

body {
  background: transparent;
}

#vbk_cont {
  background: #07599c !important;
}

#vbk {
  filter: brightness(1.25) saturate(1.2) !important;
  mix-blend-mode: screen;
}

/* Conserva el encuadre completo y centrado de las fotos del carrusel. */
.un1 .slider-for picture img,
.un1 .slider-nav picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 767px) {
  #vbk {
    filter: brightness(1.1) saturate(1.15) !important;
  }
}

@media print {
  html {
    background: #fff;
  }

  #vbk_cont {
    display: none !important;
  }
}
