/*your custom css goes here*/ 

@keyframes blink {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
  }

.object-fit-cover{
  object-fit: cover;
}

.custom-tooltip {
  position: absolute;
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 14px;
  pointer-events: none;
  z-index: 1000;
}
.video_upload{
  max-height: 100%;
  width: 100%;
}
