.section__video-wrapper {
  max-width: 1124px;
  width: 100%;
  margin: 0 auto;
}
.section__video-wrapper__video-frame {
  position: relative;
}
.section__video-wrapper__video-frame iframe {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100% !important;
  aspect-ratio: 16/9;
}
.section__video-wrapper__video-frame__placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  border-radius: var(--border-radius-xs);
  background-color: #949599;
}
.section__video-wrapper__video-frame__placeholder svg {
  display: block;
}