.hz-facebook-video {
  width: 100%;
  margin: 0 0 32px;
}

.hz-facebook-video__frame {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  margin: 0 !important;
  border: 0;
}

.hz-facebook-video--reel {
  width: min(100%, 480px);
  margin-inline: auto;
}

.hz-facebook-video--reel .hz-facebook-video__frame {
  aspect-ratio: 9 / 16 !important;
}

