/* Wix video-box: SSR hides .X9nqm0 until Thunderbolt runs — we drive video ourselves. */
.vor-wix-video-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vor-wix-video-el {
  opacity: 1 !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wixui-video-box .QG9w8P.gbYoYU,
.wixui-video-box .ROWgFb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wixui-video-box[data-vor-playing='true'] [data-testid='play-icon'] {
  display: none;
}

.wixui-video-box:not([data-vor-playing='true']) [data-testid='pause-icon'] {
  display: none;
}
