@media screen and (max-width: 640px) {

  /* контейнер iframe */
  iframe[src*="kinescope.io"] {
    position: relative !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
  }

  /* родитель с inline padding-top */
  iframe[src*="kinescope.io"] {
    max-width: 100%;
  }

  /* сбрасываем костыль с padding-top */
  iframe[src*="kinescope.io"] {
    top: auto !important;
    left: auto !important;
  }

  iframe[src*="kinescope.io"] {
    display: block;
  }
}

