iframe:is([src*="kinescope.io"], [src*="youtube.com/embed"], [src*="youtube-nocookie.com/embed"],
[src*="rutube.ru/play"], [src*="vk.com/video_ext"], [src*="vkvideo.ru/video_ext"]):not([style*="absolute"], .video-frame, .ratio > iframe, .video iframe,
.k-video > iframe, .k-video-vertical > iframe, .k-video-horizontal > iframe, .embed-responsive > iframe) {
  display: block;
  width: 100% !important;
  max-width: min(100%, 720px, calc(600px * var(--cv-r, 1.7778)));
  aspect-ratio: var(--cv-r, 1.7778) !important;
  margin: 20px auto;
  border: 0;
  border-radius: 6px;
  background: #0f1320;
  height: auto !important;
}

div.k-video,
p.k-video,
.k-video-vertical,
.k-video-horizontal,
.embed-responsive {
  display: block;
  width: 100% !important;
  max-width: min(100%, 720px, calc(600px * var(--cv-r, 1.7778)));
  aspect-ratio: var(--cv-r, 1.7778) !important;
  margin: 20px auto;
  border: 0;
  border-radius: 6px;
  background: #0f1320;
  position: relative !important;
  padding: 0 !important;
  overflow: hidden;
}
div.k-video > iframe,
p.k-video > iframe,
.k-video-vertical > iframe,
.k-video-horizontal > iframe,
.embed-responsive > iframe {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  border: 0;
}

.k-video-vertical {
  --cv-r: 0.5625;
}

.k-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 28px 20px;
  align-items: start;
  margin: 24px 0;
}

.k-video-item {
  min-width: 0;
}
.k-video-item > :is(.k-video, .k-video-vertical, .k-video-horizontal, .embed-responsive, iframe) {
  margin: 0 auto !important;
}
.k-video-item .video__title {
  height: auto;
  margin: 0;
}
.k-video-item .video__title .title {
  height: auto;
  overflow: visible;
  margin: 0 0 10px;
  font-size: 1.15rem !important;
  line-height: 1.3;
  text-align: center;
}
