@media screen and (max-width: 1000px) {
  h1 {
  	font-size:80px;
  }
  
  h2 {
  	font-size:20px;
  }

  .text {
  	font-size:20px;
  }

  .videoSuperWrapper {
    width:40%;
    margin:1%;
  }
  
}

@media screen and (max-width: 800px) {
  h1 {
  	font-size:60px;
  }
  
  h2 {
  	font-size:18px;
  }

  .text {
  	font-size:18px;
  }
  
  .videoSuperWrapper {
    width:90%;
    margin:1%;
  }
}

@media screen and (max-width: 800px) and (orientation: portrait) {
  h1 {
  	font-size:40px;
  }
}
