.bg{

 width: 22.291vw;
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  left: 10%;
}

.text{
  height: 82vh;
  position: absolute;
  top: 50%;
  transform: translate(0%,-50%);
  right: 10%;
  z-index: 20;
  max-width: 50vw;
}

.text img{
  width: 100%;
  height: 100%;
}

.play{
  position: absolute;
  top: 40%;
  right: 70%;
  width: 20%;
  height: 4%;
}


.watch{
  position: absolute;
  bottom: 1%;
  right: 30%;
  width: 20%;
  height: 4%;
}

@media (max-width: 1000px) {
  .text,
  .bg{
    position: static;
    transform: none;
    display: block;
    height: fit-content;
    width: 100%;
    max-width: 100%;
  }
  .bg{
    width: 80%;
   
    margin: 0 auto;
    margin-bottom: 100px;
    margin-top: 100px;
  }

  .header__navigation{
    width: 150px;
  }
  .text{
    margin-bottom: 100px;
  }
}