.ba-video-background {
    position: relative !important;
    overflow: hidden !important;
}

/* Força o vídeo nativo do Gridbox a centralizar e preencher tudo */
.ba-video-background,
.ba-video-background video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    min-width: 100% !important;
    min-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center center !important;
}
p {
  text-indent: 40px;
}