/* Override Wistia's clip-path on .w-chrome which causes the video to render
   smaller than its container, creating a visible edge gap. */
.w-chrome {
  -webkit-clip-path: unset !important;
          clip-path: unset !important;
}
