/* Vídeo enquadrado / player Plyr (#video-conteudo-focado) */
/* Perfura as proteções do player Plyr e força o enquadramento */

#video-conteudo-focado .plyr,
#video-conteudo-focado .plyr__video-wrapper {
  height: 100% !important;
  width: 100% !important;
  transform: none !important;
}

#video-conteudo-focado .plyr video.p-video {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  transform: none !important; /* Desliga o script de centralização do Plyr */

  /* Enquadramento */
  object-fit: cover !important;
  object-position: 50% 80% !important;
}
