@media screen and (max-width: 500px){
  .banner h1{
    font-size: 10vw;
  }
}