/* 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;
}