.vturb-player-container {
  position: relative;
  background: #000;
  overflow: hidden;
  border-radius: 10px;
}

.vturb-player iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.vturb-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  background: rgba(0,0,0,0.5);
  color: #fff;
}

.vturb-progress {
  flex: 1;
  height: 5px;
  background: #333;
  margin: 0 10px;
  cursor: pointer;
  position: relative;
}

.vturb-progress-bar {
  height: 100%;
  background: #ff0000;
  width: 0%;
}
