.floating-video {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 320px;
  height: 180px;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  overflow: hidden;
  background-color: #000;

  display: none;
}

.floating-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
