.dss-video-desktop { display: none; }
.dss-video-desktop.dss-video--colocado { display: block; clear: both; width: 100%; margin: 28px 0 0; }
.dss-video-movil { display: none; clear: both; margin: 28px 0; }
.dss-video video { display: block; width: auto; height: auto; max-width: 100%; max-height: var( --npc-video-alto, 480px ); margin: 0 auto; border-radius: 6px; background: #000; }
.dss-video__embed { position: relative; padding-top: 56.25%; }
.dss-video__embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
