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