.unsupported {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  background: black;
  color: white;
}
.unsupported video {
  width: 100vw;
}
.unsupported h1, .unsupported p, .unsupported a, .unsupported .dl-chrome-btn {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.unsupported .dl-chrome-btn {
  width: 100%;
}
.unsupported .dl-chrome-btn button {
  margin-top: 75px;
  text-align: center;
}
.unsupported h1 {
  margin-top: -1rem;
  font-size: 3rem;
  font-weight: bold;
}
.unsupported p {
  font-size: 1rem;
  font-weight: 400;
  margin-top: 2rem;
}

@media only screen and (max-width: 1390px) {
  .unsupported p {
    margin-top: 75px;
  }
  .unsupported .dl-chrome-btn button {
    margin-top: 105px;
  }
}
@media only screen and (max-width: 675px) {
  .unsupported video {
    height: 100%;
    width: auto;
  }
  .unsupported p {
    margin-top: 135px;
  }
  .unsupported .dl-chrome-btn button {
    margin-top: 195px;
  }
}
@media only screen and (max-width: 465px) {
  .unsupported video {
    width: auto;
  }
  .unsupported p {
    margin-top: 170px;
  }
  .unsupported .dl-chrome-btn button {
    margin-top: 230px;
  }
}
@media only screen and (max-width: 360px) {
  .unsupported video {
    width: auto;
  }
  .unsupported h1, .unsupported p, .unsupported a, .unsupported .dl-chrome-btn {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .unsupported h1 {
    margin-top: -12rem !important;
  }
  .unsupported p {
    margin-top: 105px;
  }
  .unsupported .dl-chrome-btn button {
    margin-top: 200px;
  }
}/*# sourceMappingURL=unsupported.css.map */