<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 */
#movie2 {
	display: block;
	position: relative;
	width: 480px;
	height: 270px;
	margin: 0 auto;
	}
	#movie2 .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	
@media screen and (max-width: 640px) {
	#movie2 {
	display: block;
	position: relative;
	width: 320px;
	height: 180px;
	margin: 0 auto;
	}
	#movie2 .tvo-video {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0 ;
	right: 0;
	}
	}

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