.liquid-bg {
  background: linear-gradient(66deg, rgb(13, 114, 253), var(--bs-info), rgb(13, 114, 253));
  background-size: 300% 300%;
  animation: liquidFlow 8s ease-in-out infinite;
}

@keyframes liquidFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#dr-video-embed, #dr-video-embed * {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}

#dr-video-embed::-webkit-scrollbar,
#dr-video-embed *::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}