.op-header-video{
  position: relative;
}

.op-header-video .video-background video{
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.op-header-video .content{
  position: absolute;
  top: 30%;
  justify-content: center;
  display: grid;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.op-header-video .content .text-content{
  width: 90%;
  margin: 0 auto;
}

.op-header-video .content .button a{
	color: white;
}

.op-header-video .content .button a:hover{
	color: var(--color-primary);
}

.op-header-video .content h1{
  color: white;
}

.op-header-video .content h4{
    color: white;
    padding-top: 16px;
    padding-bottom: 48px;
}

@media (min-width: 992px) { 
  .op-header-video .video-background video{
    height: 100vh;
    max-height: 768px;
  }
  .op-header-video .content{
    position: absolute;
    top: 40%;
  }
  .op-header-video .content .text-content{
    width: 75%;
  }
  .op-header-video .flex-direction-nav{
    bottom: 23px;
    position: absolute;
    right: 0;
  }
  .op-header-video .description {
    padding-top: 20x;
    font-size: 20px;
    line-height: 30px;
    width: 100%;
    text-align: left;
    padding-bottom: 24px;
  }

 }
 @media only screen and (min-width: 1200px) {

  .op-header-video .content .text-content{
    width: 50%;
    margin: unset;
  }

}