/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 20 2025 | 23:09:37 */
/* Vídeos de youtunbe on un ancho del 100% */ 
iframe {
  width: 100% !important;
  max-width: 100vw;
  height: auto;
  aspect-ratio: 16/9;
}

