.home-header {
  position: relative;
  overflow: hidden;
  height: 720px;
  background-color: #2B2B2B;
}
@media (min-width: 992px) {
  .home-header {
    height: 100vh;
  }
}
.home-header .video-wrapper {
  position: absolute;
  inset: 0;
}
.home-header .video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, #2B2B2B 0%, rgba(43, 43, 43, 0) 74.63%), linear-gradient(276deg, #2B2B2B 7.39%, rgba(43, 43, 43, 0) 84.28%), linear-gradient(0deg, #2B2B2B 0%, rgba(43, 43, 43, 0) 100%), linear-gradient(107deg, #2B2B2B 8.38%, rgba(145, 145, 145, 0) 100%);
}
.home-header .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-header .content {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: end;
  padding-bottom: 72px;
  height: 720px;
  color: white;
}
@media (min-width: 992px) {
  .home-header .content {
    height: 100vh;
  }
}