@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 769px) {

iframe.videosize
{
	height:324px;
	width:576px;
}
embed.videosize
{
	height:324px;
	width:576px;
}
object.videosize
{
	height:324px;
	width:576px;
}
	
}

@media only screen and (min-width: 999px) {

iframe.videosize
{
	height:405px;
	width:720px;
}
embed.videosize
{
	height:405px;
	width:720px;
}
object.videosize
{
	height:405px;
	width:720px;
}
}

@media only screen and (min-width: 1200px) {

iframe.videosize
{
	height:495px;
	width:880px;
}
embed.videosize
{
	height:495px;
	width:880px;
}
object.videosize
{
	height:495px;
	width:880px;
}
}

@media only screen and (min-width: 1500px) {

iframe.videosize
{
	height:540px;
	width:960px;
}
embed.videosize
{
	height:540px;
	width:960px;
}
object.videosize
{
	height:540px;
	width:960px;
}
}