#video{
    width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
#video video{
   width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(30%);
}
#vid_txt{
    position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: white;
      text-align: center;
      font-size: 1.3rem;
      font-family: 'Poppins', sans-serif;
      /* background: rgba(0, 0, 0, 0.3);  */
      padding: 0%;
      border-radius: 12px;
}