#vpw-video-container {
  position: fixed;
  bottom: 20px;
  z-index: 999999;
  width: 400px;
  max-width: 95%;
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  transition: all 0.3s ease;
}

#vpw-video-container.right {
  right: 20px;
}

#vpw-video-container.left {
  left: 20px;
}

#vpw-close-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  font-size: 20px;
  cursor: pointer;
  z-index: 1000000;
}

#vpw-video-container video,
#vpw-video-container img {
  display: block;
  width: 100%;
  height: auto;
}
