@import url(https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css);
.bg {
  position: relative;
}
.bg img {
  height: 100vh;
  width: 100vw;
}

.vWrap {
  position: absolute;
  top: 30vh;
  left: 20%;
  width: 60vw;
}
.vWrap video {
  border-radius: 10px;
  width: 100%;
}

.bd2024 {
  width: 98vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.bd2024 video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 1vw;
}/*# sourceMappingURL=style.css.map */