.videoWrapper {
    position: relative;
    width: 100%;
    max-width: 900px; /* similar a tu estilo previo */
    margin: 1.5em auto;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16/9; /* ya no necesitamos padding hacks */
}

/* El iframe ajusta perfecto */
.videoWrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    border-radius: 12px; /* un toque visual */
    box-shadow: 0 6px 22px rgba(0,0,0,0.25); /* estilo previo que te gustaba */
}

/* Limitar altura de los MP4 incrustados */
.zort {
    max-height: 400px;
    border-radius: 12px;
}

/* Mejora estética general para embeds */
.tiktok-embed,
.instagram-media,
.twitter-tweet,
.fb-post {
    margin: 1.5em auto !important;
    max-width: 600px;
}

/* Limpieza total del contenedor del TikTok */
.tiktok-embed {
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 1.5em auto !important;
}

/* Evitar que el script de TikTok reinserte estilos internos */
.tiktok-embed > * {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

iframe[src*="assets.pinterest.com"] {
    min-height: 700px !important;
    width: 100% !important;
    max-width: 345px;
    border: none;
    display: block;
}