.header{
  font-family: var(--NotoSans);
}


.top_videos {
  position: relative;
  aspect-ratio: 1280/800;
  width: 100%;
  max-height: 100vh;
}

.top_video {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.top_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_texts {
  position: absolute;
  aspect-ratio: 1072/179;
  width: 107.2rem;
  bottom: 6.5rem;
  left: 5.8rem;
  overflow: hidden;
}

@media screen and (max-width: 699.98px) {
  
  .top_videos {
    aspect-ratio: 375/667;
  }
  
  .video_texts {
    aspect-ratio: 350/209;
    width: 35rem;
    bottom: 3.5rem;
    left: 2rem;
  }

}