<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-home {
	width: 100%;
	background-image: url('../img/bg-masterclass.png');
	background-repeat: no-repeat;
	background-position: top;
}
.video-home-txt {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}


.video-home-thumb {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.video-home-thumb img {
	width: 100%;
	height: auto;
}
.video-home-bt {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 40px;
}


.video-home-thumb-content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	}

.video-home-thumb-video {
	position: relative;
}


.video-home-thumb-content-video  iframe 
.video-home-thumb-content-video object,  
.video-home-thumb-content-video embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
iframe {
	width: 100%;
	height: 600px;
}
.video-full {
	aspect-ratio: 16 / 9;
	width: 100%;
}	
.video-link {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}	



</pre></body></html>