[data-section-type="youtube-video"] {
  .wrapper--youtube-video {
    height: 0;
    position: relative;
    overflow: hidden;
  }

  iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
  }
}