
.swpf-video-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2b2b2b;
  padding: 20px;
}

.swpf-video-stage {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  max-width: 100%;
  background-color: #2b2b2b;
  overflow: hidden;
  border-radius: 8px;
}

.swpf-video-stage video,
.swpf-video-stage iframe {
  display: block;
  height: 600px;
  width: auto;
  max-width: 100%;
  border: 0;
  border-radius: 8px;
  background-color: #2b2b2b;
}

.swpf-video-stage--local video {
  object-fit: contain;
}

.swpf-video-stage--youtube {
  width: 100%;
}

.swpf-video-stage--youtube iframe {
  width: 100%;
  height: 100%;
}

.swpf-sound-btn {
  display: inline-block;
  margin: 0 0 12px 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border: none;
  padding: 10px 16px;
  border-radius: 20px;
  cursor: pointer;
}
