/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 09 2026 | 16:11:47 */
/* 文章中に直接貼り付けられたYouTubeのiframeを横幅いっぱいにする */
p iframe[src*="youtube.com/embed/"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
}