summaryrefslogtreecommitdiffstats
path: root/assets/css/embed.css
blob: 12fefe58bedb636f346a710cc2e08e18259eb318 (plain)
1
2
3
4
5
6
7
8
9
10
#player {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}