/* Styles for Social Embed Widget */
:root {
  --aspect-ratio: 16/9;
}

.social-embed-container {
  position: relative;
}

/* .social-embed-container::before {
    content: "";
    display: block;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
} */
.social-embed-container > :first-child {
  width: 100% !important;
  /* position: absolute !important;
  top: 0;
  left: 0;
  height: 100% !important; */
}
