.thumbnail-video {
  position: relative;
  overflow: hidden;
  height: fit-content;
}
.thumbnail-video video {
  width: 100%;
  height: 100%;
}
.thumbnail-video .vjs-loading-spinner {
  display: none;
}
.thumbnail-video .vjs-hidden {
  display: none;
}
.thumbnail-video .vjs-big-play-button {
  display: none;
}
.thumbnail-video .vjs-control-bar {
  display: none;
}
.var-dump {
  position: relative;
  z-index: 999;
  background-color: white;
}
