@charset "utf-8";

#tsc_player {
   z-index: 9999;	
}

.tsc-smartplayer { background-color: #ffffff !important;}

.tscplayer_inline {
	position:static;
	margin: 0px;
	width: 340px;
	height: 640px;
	height: 660px;
	z-index:auto;
	background-color: #ffffff !important;
}

.tscplayer_fullframe {
	position:absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	z-index: 9999;	
}

.picframe {border-color: #fff; border-width: 1px 2px; border-style:  solid; margin-bottom: 0px; }

@media screen and (max-width: 360px) {
    .tscplayer_inline {
	width: 100%;
    }
}
