@charset "utf-8";


iframe
{
	border		: 0;
	overflow	: hidden;
}

#tsc_player {
   z-index		: 9999;
}

.tscplayer_inline
{
	position	: static;
	z-index		: auto;

	margin		: 1em;
	width		: 96%;
	height		: 30em;
}

.tscplayer_fullframe
{
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 9999;
}

@media screen and (max-width: 700px)
{
	.tscplayer_inline
	{
		width	: 90%;
		height	: 20em;
    }
}


