* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
  white-space: pre;
}
html, body {
  background-color: #fff;
  overflow-x: hidden;
}
.lp-background {
  text-align: center;
}

.lp-background video {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
