body.wpfs-video-open {
  overflow: hidden;
}

.wpfs-video-overlay {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 999999;
}

.wpfs-video-overlay iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

.wpfs-video-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: rgba(255, 255, 255, 0.15);
  border: none;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
}

.wpfs-video-close:hover {
  background: rgba(255, 255, 255, 0.3);
}