/* BIL-5: ограничить видео-гид на странице /faq */
.faq-guide-video {
  max-width: 854px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-guide-video__aspect {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.faq-guide-video__aspect > div,
.faq-guide-video__aspect iframe {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
}
