<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Styles for the Yet Another YouTube BBCode Mod */

.yt-wrapper
{
	height: 0;
	padding-top: 0px;
	padding-bottom: 56.25%; /* 16:9 */
	position: relative;
	overflow: hidden;
}

.yt-wrapper iframe
{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}</pre></body></html>