.lmn-video-player {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9; /* change to 21/9 for more horizontal */
  overflow: hidden;
  border-radius: 6px;
}
.lmn-video-player .lmn-video-player iframe {
  border-radius: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=block-video-player.css.map */