.naturalx-video-headline{
  position: absolute;
  padding: 60px 16px;
  color: var(--naturalX-main-white);
  z-index: 100;
}

.naturalx-video-file{
  object-fit: cover;
  width: 100%;
  height: 100vh
}


@media screen and (min-width: 768px) {
  .naturalx-video-headline{
    padding: 30px 60px 20px 27%;
    max-width: 990px
  }
}
.icon {
  display: block;
  width: 40px;
  height: 40px;
  padding-top: 10px;
  cursor: pointer;
  color: #42FF6D;
}
@media screen and (min-width: 1100px) {
  .naturalx-video-headline{
    padding: 80px 90px 20px 19%;
    max-width: 1400px;
  }
}

@media screen and (max-width: 767px) {
  .naturalx-video-headline{
    max-width: 600px;
  }
}

