You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
357 B
CSS
29 lines
357 B
CSS
6 years ago
|
@charset "utf-8";
|
||
|
|
||
|
#tsc_player {
|
||
|
z-index: 9999;
|
||
|
}
|
||
|
|
||
|
.tscplayer_inline {
|
||
|
position:static;
|
||
|
margin: 30px;
|
||
|
width: 852px;
|
||
|
height: 480px;
|
||
|
z-index:auto;
|
||
|
}
|
||
|
|
||
|
.tscplayer_fullframe {
|
||
|
position:absolute;
|
||
|
top: 0px;
|
||
|
left: 0px;
|
||
|
margin: 0px;
|
||
|
padding: 0px;
|
||
|
z-index: 9999;
|
||
|
}
|
||
|
|
||
|
@media screen and (max-width: 852px) {
|
||
|
.tscplayer_inline {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|