/* SW Social Embeds — تنسيقات التضمين */
.embed-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 1.25em auto;
    text-align: center;
}
.embed-wrapper iframe,
.embed-wrapper video {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.embed-video video {
    width: 100%;
}
/* حاويات بنسبة العرض إلى الارتفاع */
.embed-youtube,
.embed-vimeo {
    aspect-ratio: 16 / 9;
}
.embed-youtube iframe,
.embed-vimeo iframe {
    width: 100%;
    height: 100%;
}
