.spv-wrapper {
  width: 100%;
  position: relative;
}

.spv-frame {
  width: 100%;
  height: 100vh;
  border: none;
}

.spv-controls {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}

.spv-fullscreen {
  padding: 6px 10px;
  cursor: pointer;
  font-size: 13px;
}