.automattic-editor-wrapper
  .block.vimeo-block
    .body
      padding: 20px 40px

    .video-container
      position: relative
      padding-bottom: 56.25% /* 16:9 aspect ratio */

    iframe, object, embed
      position: absolute
      top: 0
      left: 0
      width: 100%
      height: 100%

    &::before
      content: '\f236'
