.red {
  color: red;
}

.videoWrap {
  width: 100%;
  text-align: center;
  margin-bottom: 3rem;
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .videoWrap {
    padding: 0;
  }
}
.videoWrap video {
  width: 100%;
  height: auto;
  margin-bottom: 0.5rem;
}/*# sourceMappingURL=style.css.map */