.paruch-blocks.film figure {
  position: relative;
  display: block;
  --w: 16;
  --h: 9;
  padding-bottom: calc(100% / var(--w) * var(--h));
  background: var(#000000);
}
.paruch-blocks.film figure iframe,
.paruch-blocks.film figure video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

/*# sourceMappingURL=style.css.map */
