/* Styles for the Yet Another YouTube BBCode Mod */
.signature .yt-wrapper iframe {
    top: 0;
    left: 0;
    width: 100%;
	max-height: 200px; 
    height: 100%;
    position: absolute;
}
.signature .yt-wrapper
{
	height: 56.25%;max-width:700px;max-height:200px;
	padding-top: 25px;
	padding-bottom: 35.25%; /* 16:9 */
	position: relative;
	overflow: hidden;
}
.yt-wrapper
{
	height: 56.25%;max-width:700px;max-height:500px;
	padding-top: 25px;
	padding-bottom: 35.25%; /* 16:9 */
	position: relative;
	overflow: hidden;
}@media screen and (max-width: 1120px) {
.yt-wrapper{	height: 0;	padding-top: 25px;	padding-bottom: 56.25%; /* 16:9 */	position: relative;	overflow: hidden;}}
.yt-wrapper iframe
{
	top: 0;
	left: 0;
	width: 100%;	max-height:500px;
	height: 100%;
	position: absolute;
}