@charset "UTF-8";

/* ===================================
	File Name   : digest.css
	Description : Digest Page Layout CSS
	Editor      : Bface Hayakawa
	Last Editor : Bface Shigyo
	
	Update Description :
	[2024/10/22] 「digest-video」追加
	[2023/04/03] 新規作成

====================================== */

/*========== Style Contents ==========

	1. Individual Redefinition
	2. Detail Pages
	
====================================== */



/*===== ■1. Individual Redefinition =====*/
/*===== ■2. Detail Pages =====*/
#digest-video {
  text-align: center;
}
#digest-video iframe {
  aspect-ratio:16 / 9;
  width:50%;
  height:100%;
}

@media (max-width: 768px){
  #digest-video {
    padding: 0 2.67vw;
  }
  
  #digest-video iframe {
    width:100%;
    margin-bottom: 2.67vw;
  }
	
}

