
@supports not (aspect-ratio: 16/9) {
  .apiVideoBlock {
    height: 0;
    padding: 0 0 56.7%;
  }
  .apiVideoBlockLink {
    height: 0;
    padding: 0 0 56.7%;
  }
  .apiVideoBlockLink img {
    height: 100%;
  }
}