/* Video testimonio Airtable — 1080p completo, sin recorte (gana sobre 06/09) */
html body main section#testimonios .img-slot.ovt-video-portrait {
  display: block !important;
  width: 100% !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 9 / 16;
}

html body main section#testimonios .img-slot.ovt-video-portrait.ovt-filled {
  background: #000 !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
}

html body main section#testimonios .img-slot.ovt-video-portrait .ovt-img-wrap {
  position: relative !important;
  inset: auto !important;
  top: auto !important;
  right: auto !important;
  bottom: auto !important;
  left: auto !important;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
  border-radius: inherit;
}

html body main section#testimonios .img-slot.ovt-video-portrait .ovt-img-wrap video {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  display: block !important;
  vertical-align: top;
}
