@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/*YouTube動画の中央配置*/
.video-container {
	margin: 0px auto;
}


/******************************/
/* 2026/04/21 HIRANO */
/* 埋め込み動画の表示サイズの強制 START */
/******************************/
.video50
{
  margin-left: auto;
  margin-right: auto;
  width: 35%;
  height: 35%;
}

/* 2026/04/21 HIRANO */
/* 埋め込み動画の表示サイズの強制 END */