<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.video_ch{
    width: 100%;
	height: 100%;
    padding: 20px 30px;
}


.youtube {
  position: relative;
  width: 100%; 
  padding-top: 56.25%;
  
}
.youtube iframe {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100% ;
}

.video_cnt{
    margin-bottom:100px;
}

.new{
    border-radius: 8px; 
    padding:1px 15px;
    margin-bottom:0.5em;
    font-size:128.57143%;
    color:white;
    background-color:#CC0000; 
    font-weight:bold
}
</pre></body></html>