header video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
}

@media (max-width: 900px) {
  header .text-content {
    text-align: left;
    bottom: 80px;
  }

  header h1 {
    font-size: 50px;
  }