.home {
    height: 100vh;
    position: relative;
}

video {
    object-fit: cover;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
  }

  h1 {
    font-size: 180px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding-left: 10px;
    padding-top: 10px;
    font-family: "etna-x-condensed", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    z-index: 2;
  }

  h3 {
    font-size: 40px;
    position: absolute;
    top: 520px;
    left: 20px;
    padding-left: 20px;
    padding-top: 10px;
    font-family: "roc-grotesk", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    z-index: 2;
  }

  .whitebox {
    width: 50px;
    height: 50px;
    border: solid 3px;
    border-color: white;
    color: white;
    background-color: transparent;
    position: absolute;
    bottom: 140px;
    right: 200px;
    text-align: center;
    font-size: 30px;
    z-index: 3;
  }

  @media only screen and (max-width: 767px) {
    
  h1 {
    font-size: 100px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding-left: 10px;
  }

  h3 {
    font-size: 30px;
    position: absolute;
    top: 590px;
    left: 20px;
    padding-left: 20px;
    padding-top: 10px;
  }

  .whitebox {
    bottom: 270px;
    right: 140px;
  }


}

@media only screen and (min-width: 768px) and (max-width: 1400px) {


}