.ig-embed { max-width: 540px; margin: 0 auto; }
.ig-embed .instagram-media { width: 100% !important; max-width: 540px !important; }
@media (max-width: 600px){
  .ig-embed { max-width: 100%; }
  .ig-embed .instagram-media { max-width: 100% !important; }
}


.fb-reel-embed{
  width:100%;
  max-width:1200px;      /* schimbă la 480/540 dacă vrei mai mare */
  margin:0 auto;
  position:relative;
  aspect-ratio: 9 / 16;
}
.fb-reel-embed iframe{
  width:100%;
  height:100%;
  display:block;
  border:0;
}
@supports not (aspect-ratio: 9 / 16){
  .fb-reel-embed iframe{
    position:absolute; inset:0;
    width:100%; height:100%;
  }
}