#intro {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 90vh;
  background-color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  container-type: inline-size;
  background-image: url("/_img/website/Snowsports_banner.jpg"), url("/_img_low_res/website/Snowsports_banner.jpg");
  background-size: cover, cover;
  background-repeat: no-repeat, no-repeat;
}

#main-logo {
  width: 45%;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
}
@container (max-width: 1310px) {
  #main-logo {
    width: 60%;
  }
}
@container (max-width: 900px) {
  #main-logo {
    width: 80%;
  }
}/*# sourceMappingURL=intro.css.map */