:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.lmn-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
  background-color: #000;
  container-type: size;
  clip-path: polygon(20px 0, 100% 0, 100% 100%, 0 100%, 0 20px);
}
.lmn-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100cqw;
  height: 56.25cqw;
  min-height: 100cqh;
  min-width: 177.77cqh;
}/*# sourceMappingURL=block-video.css.map */