@charset "UTF-8";

video {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 750px) {
  video {
    margin-top: 14vw;
  }
}
