* {
  margin: 0;
  padding: 0;
}
html,
body {
  min-height: 100%;
}
body {
  background-image: url("../img/bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.logo {
  max-width: 220px;
  width: 80%;
  margin: 0 auto;
}
.video {
  width: 80%;
  max-width: 900px;
  margin: 10px auto;
  background-color: #000;
}
