* {
  margin: 0;
  padding: 0;
  cursor: url(../img/auto-small.png), auto;
  text-decoration: none;
  color: black;
}

.fullscreen-video-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red;
}

.fullscreen-video-container video {
  width: 100%;
  /* height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: red; */
}

/* .fullscreen-video {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain; 
} */
