.title .progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100;
  background: rgb(104, 189, 139);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.light-content .progress-bar {
  background: #468;
}

.progress-bar.error {
  background: #ecc;
}

.light-content .progress-bar.error {
  background: #844;
}

.controls {
  position: relative;
  height: 32px;
}

.controls span,
.project-link {
  width: 32px;
  height: 32px;
  float: right;
  cursor: pointer;
  text-align: center;
  opacity: .4;
  background-image: url(icons.svg);
  text-decoration: none;
}

.controls .flag {
  background-position: 0 0;
}

.controls .stop {
  background-position: -96px 0;
}

.controls .pause {
  background-position: -32px 0;
}

.controls .play {
  background-position: -64px 0;
}

.controls .full-screen {
  float: left;
  background-position: -128px 0;
}

.controls span:active,
.project-link:active {
  opacity: 1 !important;
}

.controls .turbo {
  float: right;
  display: none;
  cursor: default;
  color: rgba(0, 0, 0, .4);
  font: 500 12px/32px Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 0 8px;
}

.player {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .4);
  width: 100%;
  /* height: 360px; */
  position: relative;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.light-content .player {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .4);
}

.internal-error {
  color: rgba(128, 0, 0, .6);
  font: 500 12px Helvetica Neue, Helvetica, Arial, sans-serif;
  padding: 8px;
  display: none;
}

.internal-error a {
  color: rgba(128, 0, 0, .8);
}

.fs {
  background: #000;
  width: 100%;
  height: 100%;
}

.fs body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.fs .title,
.fs section {
  display: none;
}

.fs .controls span,
.light-content .controls span {
  background-position-y: -32px;
  opacity: .6;
}

.light-content .controls .full-screen {
  background-position-y: -64px;
}

.fs .light-content .controls .full-screen {
  background-position-y: -32px;
}

.fs .controls .turbo,
.light-content .controls .turbo {
  color: rgba(255, 255, 255, .6);
}

.fs .player {
  box-shadow: none;
}

.play-sb {
  position: absolute;
  width: 60px;
  height: 60px;
  background: url('../favicon.ico') center center/0.4rem 0.4rem no-repeat ,rgba(232, 232, 232, .4);
  border:3px solid rgba(250,250,250, .6);
  border-radius: 50%;
  left: 50%;
  top: 50%;
  box-shadow: 1px 2px 8px #ccc;
  transform: translate(-50%, -50%);
  cursor: pointer;
  display: none;
  z-index: 10000;
}

.works-title,
.browse-count {
  margin: 0;
  margin-bottom: 3px;
}

.show-info {
  padding: 15px 10px 10px 10px;
}

.works-name {
  font-size: 25px;
  margin-right: 10px;
  font-weight: 400;
}

.user-name,
.browse-count {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.info-title {
  font-size: 18px;
  margin: 0;
}

.info-content {
  padding: 10px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
}

.user-info {
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}